Ethan Bates
Results
1
comments of
Ethan Bates
We found this to be true for all [DDL operations](https://docs.snowflake.com/en/sql-reference/sql-ddl-summary.html) (ALTER, CREATE, DROP, etc) - which has to do with the result_format [returned](https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/cursor.py#L984) ... Our workaround was to create a...