Skip to content

Commit 8f98bfe

Browse files
authored
Add preserveAsciiControlCharacters to src_fmt_configs (#27679)
* Add preserveAsciiControlCharacters to src_fmt_configs * fix style
1 parent 3a6575f commit 8f98bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Žairflow/providers/google/cloud/hooks/bigquery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ def run_load(
17691769
"nullMarker",
17701770
"quote",
17711771
"encoding",
1772+
"preserveAsciiControlCharacters",
17721773
],
17731774
"DATASTORE_BACKUP": ["projectionFields"],
17741775
"NEWLINE_DELIMITED_JSON": ["autodetect", "ignoreUnknownValues"],

0 commit comments

Comments
 (0)