denimalpaca opened a new pull request #18718:
URL: https://github.com/apache/airflow/pull/18718


   Modifies `sql.py` and `connection.py` to take `hook_params` in the form of 
`**kwargs`. This allows other provider backends, like BigQuery and Snowflake, 
to use the SQL Operators without subclassing SQL Operators, reducing code 
duplication and boilerplate for what amounts to just creating a custom 
`get_db_hook()` function.
   
   This PR can be used in place of (and closes) 
[18413](https://github.com/apache/airflow/pull/18413).


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