You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/14 18:18:33 UTC

[GitHub] [airflow] eladkal commented on pull request #23971: Unify DbApiHook.run() method with the methods which override it

eladkal commented on PR #23971:
URL: https://github.com/apache/airflow/pull/23971#issuecomment-1184759237

   At least from what I can tell at this point the `split_statments=False` should solve the issue. This is not just a temp solution. this is a permanent now. It preserves both behaviors and give each provider/operator/hook the option to choose which behavior is more suitable for it. That said, if splitting statement is required it will be done only in `DbApiHook` level and never in the depended providers.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org