potiuk commented on code in PR #59866:
URL: https://github.com/apache/airflow/pull/59866#discussion_r2649884646
##########
providers/google/src/airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1018,6 +1019,9 @@ class BigQueryGetDataOperator(GoogleCloudBaseOperator,
_BigQueryOperatorsEncrypt
)
ui_color = BigQueryUIColors.QUERY.value
+ @deprecated(planned_removal_date = "June 30, 2026", use_instead =
"table_project_id",
Review Comment:
I don't think it's going to wrk as expected - it will raise deprecation
**always** not only when project_id is used/
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]