10-08-2020 04:39 AM
Hi,
I am trying to copy data from oracle database to AWS S3 location in parquet format. And I want parquet schema to be dynamic while writing the data into S3 location.
So as per SnapLogic documentation I have added one more input snap and using “DESCRIBE Table_Name” for schema. But it is giving an error. screenshot attached.
While seeing this error, it looks like an issue with data but when I am using static schema it is working with the same data but not working with dynamic schema.
Can someone help me in this this.
Regards,
02-08-2022 10:26 AM
Hello!
Could you solve the problema?
I would appreciate more information.
03-20-2023 06:44 AM
Was anyone able to solve this? I am facing a similar situation where I need to pass the schema to the parquet writer snap. The pipeline loops through a list of table and therefore I can’t use a static schema definition.