Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Apache Nifi PutDatabase Record UUID

avatar
New Contributor

Hello!

 

I am trying to use PutDatabaseRecordProcessor to execute an Insert statement on my table. However, I have encountered an issue.

 

The type of the column in the SQL Table is "uuid", which is definitely unsupported by the apache Nifi. The record is of type string, previously generated by the UpdateRecord Processor. I have tried some more moves, using logical types in the Record Writer. One more time unsuccessful.

 

Is there any case, where i can convert mine string type record to uuid type, which is presented in my table?

 

Thanks in advance

 

 

1 REPLY 1

avatar
Expert Contributor

Old post but for awareness:


As reported here:

UUID Logical type is now included under Apache Parquet 1.12

https://issues.apache.org/jira/browse/PARQUET-1827

Apache NiFi will use apache Parquet 1.12 starting from Apache NiFi 1.14