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 2022/06/09 09:19:49 UTC

[GitHub] [airflow] raphaelauv opened a new issue, #24343: BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet

raphaelauv opened a new issue, #24343:
URL: https://github.com/apache/airflow/issues/24343

   ### Apache Airflow version
   
   2.3.2 (latest released)
   
   ### What happened
   
   bigquery_conn_id is deprecated for other operators like BigQueryDeleteTableOperator
   
   and replaced by gcp_conn_id but it's not the case for BigQueryCreateEmptyTableOperator
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   None
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

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


[GitHub] [airflow] kianelbo commented on issue #24343: BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet

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

   I also took the liberty of using `gcp_conn_id` in [BigQueryCreateExternalTableOperator](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/bigquery.py#L898) in my PR if that's okay.


-- 
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 #24343: BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #24343: BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet
URL: https://github.com/apache/airflow/issues/24343


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