bassel
07/05/2023, 3:26 PMtap-mysql
and dumping it in S3 using target-s3-csv
then -> manually importing it in Snowflake ..
The issue is that Snowflake is complaining about the importation / data schema because of the csv file dumped in the s3 has different columns order compared with the table defined in Snowflake ..
My question, how can I define the order of the extracted columns the way I want .. not letting meltano decides the order (every time it does that in a different order). Or, is targe-s3-csv
that changes the order, if so .. then how can I modify the order?thomas_briggs
07/05/2023, 3:59 PMedgar_ramirez_mondragon
07/05/2023, 11:46 PM