BigQueryCreateExternalTableOperator table_resource parameter is impossible to use #15604
Labels
area:providers
kind:bug
This is a clearly a bug
provider:google
Google (including GCP) related issues
Apache Airflow version: 1.10.14
What happened:
I specified the table_resource parameter in BigQueryCreateExternalTableOperator.
What you expected to happen:
Expected operator to ignore all other table related parameters and execute normally.
The 'table_resource' parameter can't be specified alongside 'destination_project_dataset_table', which is needed.
destination_project_dataset_table shouldn't be in the 'kwargs_passed' list. Also other atributes in said list have default values, which is also a bug.
The text was updated successfully, but these errors were encountered: