kunaljubce commented on issue #48233:
URL: https://github.com/apache/airflow/issues/48233#issuecomment-2798496813

   @set92 Wow that's really interesting about the atomicity thing. 
   
   Just to clarify regarding your statement below, you mean 
`SnowflakeSqlApiHook().execute_query()` does NOT respect transactions by 
default, am I right? 
   
   > And of course, use the SnowflakeSqlApiHook().execute_query() instead of 
SnowflakeHook().run() because if not it will not respect the transactions. 
   
   In case you tried it out, what about `SnowflakeHook().run()`? Does this also 
have the same limitations with transactions and atomicity?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to