astronomer-providers
astronomer-providers copied to clipboard
Change BigQueryInsertJobOperatorAsync to use OSS BigQueryHook
This story is the technical debt story for the pending work to use the OSS BigQueryHook within the BigQueryInsertJobOperatorAsync.
The code change needs to
- Remove _BigQueryHook usage in google/hooks/bigquery_async.py
- Import the OSS BigQueryHook within google/operators/bigquery_async.py
- Change the tests accordingly for the google async hooks and operators
Note Ensure that the PR https://github.com/apache/airflow/pull/21385 is released before this story is implemented.