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/04/20 13:23:01 UTC

[GitHub] [airflow] potiuk commented on issue #23112: Handle batch queries in `DbApiHook`?

potiuk commented on issue #23112:
URL: https://github.com/apache/airflow/issues/23112#issuecomment-1103927111

   It would be good to standardize it indeed. And temporary implementation that would use the function (if existing in Aifrlow) and falling back to internal, deprecated implementation is the way to go. We can even add pre-commit guarding the proper use of (run_many) - making sure that there is a conditional code in provider that falls back if run_many is used (new operators will use it automatically when present I believe).


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