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 2021/11/30 16:15:22 UTC

[GitHub] [airflow] kazanzhy commented on issue #19507: Make BigQueryHook compatible with sqlalchemy

kazanzhy commented on issue #19507:
URL: https://github.com/apache/airflow/issues/19507#issuecomment-982789235


   I think now in works like that:
   ```
   conn_type == 'gcpbigquery' -> BigQueryHook
   conn_type == 'google_cloud_platform' -> GoogleBaseHook
   ```
   If you want to get the sqlalchemy_engine from the hook it should be an instance of DbApiHook. 
   Now only BigQueryHook inherits from DbApiHook


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