Skip to content

Commit 72bdcab

Browse files
Shashwatpandey4bugraoz93
authored andcommitted
Add ORC autodetect config to src_fmt_to_configs_mapping
1 parent 8825901 commit 72bdcab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py

+1
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ def _use_existing_table(self):
677677
"NEWLINE_DELIMITED_JSON": ["autodetect", "ignoreUnknownValues"],
678678
"PARQUET": ["autodetect", "ignoreUnknownValues"],
679679
"AVRO": ["useAvroLogicalTypes"],
680+
"ORC": ["autodetect"],
680681
}
681682

682683
valid_configs = src_fmt_to_configs_mapping[self.source_format]

0 commit comments

Comments
 (0)