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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to