Skip to content

Commit 599c587

Browse files
authored
Add job_id to BigQueryToGCSOperator templated_fields (#30006)
1 parent 3780b01 commit 599c587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/providers/google/cloud/transfers/bigquery_to_gcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class BigQueryToGCSOperator(BaseOperator):
9393
"export_format",
9494
"labels",
9595
"impersonation_chain",
96+
"job_id",
9697
)
9798
template_ext: Sequence[str] = ()
9899
ui_color = "#e4e6f0"

0 commit comments

Comments
 (0)