Skip to content

Commit b156db3

Browse files
authored
Adding src_fmt_configs to the list of template fields. (#32097)
1 parent dfd827e commit b156db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class GCSToBigQueryOperator(BaseOperator):
178178
"schema_object_bucket",
179179
"destination_project_dataset_table",
180180
"impersonation_chain",
181+
"src_fmt_configs",
181182
)
182183
template_ext: Sequence[str] = (".sql",)
183184
ui_color = "#f0eee4"

0 commit comments

Comments
 (0)