Skip to content

option to set preserve_ascii_control_characters is not available on load config  #1387

@Gaurang033

Description

@Gaurang033

Environment details

  • OS type and version: windows 10
  • Python version: 3.10
  • pip version: pip 22.0.3
  • google-cloud-bigquery version: 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

  1. /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

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions