This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b156db3a70 Adding `src_fmt_configs` to the list of template fields.
(#32097)
b156db3a70 is described below
commit b156db3a70cca5b3d231c0c49f013fbd0af5d194
Author: Nathan Hadfield <[email protected]>
AuthorDate: Fri Jun 23 16:10:05 2023 +0100
Adding `src_fmt_configs` to the list of template fields. (#32097)
---
airflow/providers/google/cloud/transfers/gcs_to_bigquery.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
b/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
index 25a6002279..88b6d09323 100644
--- a/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
+++ b/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
@@ -178,6 +178,7 @@ class GCSToBigQueryOperator(BaseOperator):
"schema_object_bucket",
"destination_project_dataset_table",
"impersonation_chain",
+ "src_fmt_configs",
)
template_ext: Sequence[str] = (".sql",)
ui_color = "#f0eee4"