mobuchowski commented on PR #33211: URL: https://github.com/apache/airflow/pull/33211#issuecomment-1669928878
@eladkal it's not changing `BigQueryExecuteQueryOperator`, but `BigQueryJobInsertOperator`. I've introduced `sql` property to it, to have common path between those two operators for actually getting sql text. Now, the `BigQueryExecuteQueryOperator` part was removed from PR - so the property can be freely renamed as long as it's changed accordingly in `_BigQueryOpenLineageMixin`. Those changes do not touch deprecated `BigQueryExecuteQueryOperator` at all. -- 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]
