Skip to content

Commit cd49a8b

Browse files
authored
[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)
1 parent ee342b8 commit cd49a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/providers/google/cloud/operators/bigquery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ def execute(self, context: Any):
21452145
job_id = self._job_id(context)
21462146

21472147
try:
2148+
self.log.info(f"Executing: {self.configuration}")
21482149
job = self._submit_job(hook, job_id)
21492150
self._handle_job_error(job)
21502151
except Conflict:

0 commit comments

Comments
 (0)