Kamran-imaz commented on code in PR #59866:
URL: https://github.com/apache/airflow/pull/59866#discussion_r2650699946


##########
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 possibly extract assigning the project to separate method and mark it 
with deprecated ?
   
   I’ll extract the project_id to table_project_id assignment into a small 
helper method and mark it with @deprecated, and call it from execute() when 
project_id is explicitly 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]

Reply via email to