dougpm opened a new issue #15604:
URL: https://github.com/apache/airflow/issues/15604


   
   
   **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.
   
   <!-- What do you think went wrong? -->
   
   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.
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to