Skip to content

Commit

Permalink
Add job_id to BigQueryToGCSOperator templated_fields (#30006)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Mar 9, 2023
1 parent 3780b01 commit 599c587
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@ class BigQueryToGCSOperator(BaseOperator):
"export_format",
"labels",
"impersonation_chain",
"job_id",
)
template_ext: Sequence[str] = ()
ui_color = "#e4e6f0"
Expand Down

0 comments on commit 599c587

Please sign in to comment.