xinbinhuang edited a comment on pull request #12677:
URL: https://github.com/apache/airflow/pull/12677#issuecomment-762371814


   > @xinbinhuang nice work! Just to be sure - there is no breaking change, 
right? @potiuk would you mind also taking a look?
   
   Yes, there is one place that may be considered fixing rather than breaking. 
For `airflow/providers/google/cloud/hooks/bigquery.py`, I changed the hook's 
`conn_type` and `hook_name`  from `google cloud platform`/`Google Cloud` to 
`bigquery`/`BigQuery`. This fixes the issue where `conn.get_hook` will never 
return the bigquery hook because `GoogleBaseHook` "hides" the `BigQueryHook` as 
they have the same `conn_type`.


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

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


Reply via email to