Snowflake Run Multiple Statements in One Import
Right now you can only run one sql statement per import which leads to you making several imports just to get what you need. Ideally, you can have multiple sql statements in one import and Celigo on the back end separates them to run one at a time. I know the one at a time limit is on the Snowflake side, but if I write:
drop view xyz;
drop table 123;
Then you all could just use the semi colon as a delimiter and spit the queries you send to Snowflake.
1
Comments
Please sign in to leave a comment.