potiuk commented on code in PR #59866:
URL: https://github.com/apache/airflow/pull/59866#discussion_r2650647102


##########
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:
   Or maybe add/extract a separate context manager from the deprecated 
decorator and use it ?  



##########
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:
   Or maybe add/extract a separate context manager from the deprecated 
decorator and use it ?  



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

Reply via email to