cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Unable to pass dynamic schema in parquet writer

ppankaj88
New Contributor

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,
ERROR

2 REPLIES 2

mvazquezgu
New Contributor

Hello!
Could you solve the problema?
I would appreciate more information.

ogrant
New Contributor

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.