raphaelauv opened a new pull request, #23648: URL: https://github.com/apache/airflow/pull/23648
the `BigQueryExecuteQueryOperator` is deprecated in favor of `BigQueryInsertJobOperator` (I just migrated all my code) `BigQueryExecuteQueryOperator` is logging the SQL query but the `BigQueryInsertJobOperator` is not logging , so I'm proposing to add this feature cause it's disturbing to miss it -> https://github.com/raphaelauv/airflow/blob/b63685cb5f422a39d9326adf65b5cf6b6d508520/airflow/providers/google/cloud/operators/bigquery.py#L613 -- 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]
