Skip to content

Commit f0820e8

Browse files
authored
Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)
1 parent 3fef6a4 commit f0820e8

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
@@ -86,6 +86,7 @@ class BigQueryToGCSOperator(BaseOperator):
8686
template_fields: Sequence[str] = (
8787
"source_project_dataset_table",
8888
"destination_cloud_storage_uris",
89+
"export_format",
8990
"labels",
9091
"impersonation_chain",
9192
)

0 commit comments

Comments
 (0)