BigQueryCreateExternalTableOperator
uses deprecated function
#24160
Labels
area:providers
good first issue
kind:task
A task that needs to be completed as part of a larger issue
provider:google
Google (including GCP) related issues
Body
The
BigQueryCreateExternalTableOperator
usescreate_external_table
:airflow/airflow/providers/google/cloud/operators/bigquery.py
Lines 1131 to 1147 in cd49a8b
this function is deprecated:
airflow/airflow/providers/google/cloud/hooks/bigquery.py
Lines 598 to 602 in 511d0ee
The task:
Refactor/change the operator to replace
create_external_table
withcreate_empty_table
.Committer
The text was updated successfully, but these errors were encountered: