Skip to content

Commit

Permalink
Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)
Browse files Browse the repository at this point in the history
  • Loading branch information
vksunilk committed Nov 25, 2022
1 parent 3fef6a4 commit f0820e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class BigQueryToGCSOperator(BaseOperator):
template_fields: Sequence[str] = (
"source_project_dataset_table",
"destination_cloud_storage_uris",
"export_format",
"labels",
"impersonation_chain",
)
Expand Down

0 comments on commit f0820e8

Please sign in to comment.