-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Closed
Copy link
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Environment details
- OS type and version: windows 10
- Python version: 3.10
- pip version: pip 22.0.3
google-cloud-bigqueryversion:Name: google-cloud-bigquery Version: 3.3.3 Summary: Google BigQuery API client library Home-page: https://github.com/googleapis/python-bigquery Author: Google LLC Author-email: googleapis-packages@google.com License: Apache 2.0 Location: c:\users\fki\appdata\roaming\python\python39\site-packages Requires: google-api-core, google-cloud-bigquery-storage, google-cloud-core, google-resumable-media, grpcio, packaging, proto-plus, protobuf, pyarrow, python-dateutil, requests Required-by: bigquery, pandas-gbq
Steps to reproduce
- /google/cloud/bigquery/job/load.py LoadJobConfig class does not have a property set preserve_ascii_control_characters options
Work around
job_config._properties["load"]["preserve_ascii_control_characters"] = True
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.