eladkal commented on code in PR #31293:
URL: https://github.com/apache/airflow/pull/31293#discussion_r1284255674


##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1001,7 +1063,7 @@ def execute_complete(self, context: Context, event: 
dict[str, Any]) -> Any:
         return event["records"]
 
 
-class BigQueryExecuteQueryOperator(GoogleCloudBaseOperator):
+class BigQueryExecuteQueryOperator(GoogleCloudBaseOperator, 
_BigQueryOpenLineageMixin):

Review Comment:
   I'm -1 for adding new features for deprecated classes.
   



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