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/10/17 18:15:58 UTC

[GitHub] [airflow] fritz-astronomer opened a new pull request, #27098: Add `handler` to mssql and mysql operators

fritz-astronomer opened a new pull request, #27098:
URL: https://github.com/apache/airflow/pull/27098

   Add `handler` parameter consistently to more SQL Operators
   ---
   The `handler` property is mentioned in some operators, but not others, giving those operators no way to push SQL results as an XCOM. This is a very useful thing, for instance if you wanted to use `dynamic task mapping` over the results of a SQL query.
   
   I updated some system tests to show usage, and updated doc strings.


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


[GitHub] [airflow] fritz-astronomer closed pull request #27098: Add `handler` to mssql and mysql operators

Posted by GitBox <gi...@apache.org>.
fritz-astronomer closed pull request #27098: Add `handler` to mssql and mysql operators
URL: https://github.com/apache/airflow/pull/27098


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


[GitHub] [airflow] fritz-astronomer commented on pull request #27098: Add `handler` to mssql and mysql operators

Posted by GitBox <gi...@apache.org>.
fritz-astronomer commented on PR #27098:
URL: https://github.com/apache/airflow/pull/27098#issuecomment-1281310628

   Closing in favor of https://github.com/apache/airflow/pull/25717


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