Skip to content

Commit

Permalink
Add preserveAsciiControlCharacters to src_fmt_configs (#27679)
Browse files Browse the repository at this point in the history
* Add preserveAsciiControlCharacters to src_fmt_configs

* fix style
  • Loading branch information
thangnd197 committed Dec 3, 2022
1 parent 3a6575f commit 8f98bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/hooks/bigquery.py
Expand Up @@ -1769,6 +1769,7 @@ def run_load(
"nullMarker",
"quote",
"encoding",
"preserveAsciiControlCharacters",
],
"DATASTORE_BACKUP": ["projectionFields"],
"NEWLINE_DELIMITED_JSON": ["autodetect", "ignoreUnknownValues"],
Expand Down

0 comments on commit 8f98bfe

Please sign in to comment.