astronomer-providers icon indicating copy to clipboard operation
astronomer-providers copied to clipboard

Change BigQueryInsertJobOperatorAsync to use OSS BigQueryHook

Open phanikumv opened this issue 3 years ago • 0 comments

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.

phanikumv avatar Feb 11 '22 12:02 phanikumv