stijn-meersman opened a new pull request #10838: URL: https://github.com/apache/airflow/pull/10838
When using the Snowflake hook with auto commit disabled, transactions get closed without committing the changes. The get_autocommit function in the DbApiHook looks for a autocommit property which does not exist for Snowflake connections, this change adds an additional property to the connection to store this information. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
