You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/30 00:15:09 UTC

[GitHub] [airflow] dougpm opened a new issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #15604:
URL: https://github.com/apache/airflow/issues/15604#issuecomment-829710977


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] bmbejcek commented on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
bmbejcek commented on issue #15604:
URL: https://github.com/apache/airflow/issues/15604#issuecomment-913850788


   Any updates on this? Currently facing this issue.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk edited a comment on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #15604:
URL: https://github.com/apache/airflow/issues/15604#issuecomment-914589782


   This is already fixed in 5.1.0 version of Airflow Google provider. You can upgrade the provider to that version and use it. Also in case you use an earlier version of the provider, you can set those conflicting parameters to None as a workaround.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk commented on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #15604:
URL: https://github.com/apache/airflow/issues/15604#issuecomment-914589782


   This is already fixed in 5.1.0 version of Airflow provider. You can upgrade the provider to that version and use it. Also in case you use an earlier version of the provider, you can set those conflicting parameters to None as a workaround.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk closed issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #15604:
URL: https://github.com/apache/airflow/issues/15604


   


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk commented on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #15604:
URL: https://github.com/apache/airflow/issues/15604#issuecomment-914590987


   Fixed in here: https://github.com/apache/airflow/pull/17900


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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