kazanzhy edited a comment on issue #19507:
URL: https://github.com/apache/airflow/issues/19507#issuecomment-989735471
Seems you're right @david30907d
So now I see next options:
- Rename `conn_type` from `gcpbigquery` to `bigquery` (harder)
- Overwrite of `DbApiHook.get_uri` in `BigQueryHook` (easier).
- `BigQueryHook.get_uri().replace('gcpbigquery', 'bigquery')` (will work for
you, even if changes above will be implemented)
- Try not to use `BigQueryHook.get_uri()` and use a lot of other methods
provided by hook (up to you)
--
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]