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


##########
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 checked and learned that @deprecated only works for methods, functions, 
class. But not an individual parameter. so for parameters it is better to use 
warnings.warn i guess.



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