Skip to content

Commit

Permalink
[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv committed May 11, 2022
1 parent ee342b8 commit cd49a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/operators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,7 @@ def execute(self, context: Any):
job_id = self._job_id(context)

try:
self.log.info(f"Executing: {self.configuration}")
job = self._submit_job(hook, job_id)
self._handle_job_error(job)
except Conflict:
Expand Down

0 comments on commit cd49a8b

Please sign in to comment.