Forum Discussion
Using Copy activity parquet file format, all columns have data type as string
- 2 years ago
The issue in this case was with Snowflake Instance. We tried same workflow with Azure SQL and it worked fine. In case you are using Snowflake and facing this issue, check out the query execution in Snowflake monitoring queries and you will notice the file format is CSV, you may have to do additional tweaking to get it to parquet.
If you disable the staging during this operation, pipeline doesn't work as well. That's one more thing to checkout.
The issue in this case was with Snowflake Instance. We tried same workflow with Azure SQL and it worked fine. In case you are using Snowflake and facing this issue, check out the query execution in Snowflake monitoring queries and you will notice the file format is CSV, you may have to do additional tweaking to get it to parquet.
If you disable the staging during this operation, pipeline doesn't work as well. That's one more thing to checkout.