-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.samplesIssues that are directly related to samples.Issues that are directly related to samples.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
The schema_from_json method is useful for loading a BigQuery schema file into the Python objects expected by our client library. There are several opportunities for Python code samples in the Using a BigQuery JSON schema file section of the docs describing that format:
- You can write an existing table schema to a local file by entering the following
command[Python code] (schema_to_jsonsample) --bigquery_schema_file_from_table - The following
command[Python code] loads data into a table using the schema definition in a JSON file --bigquery_load_with_schema_file - The following
command[Python code] creates an empty table in an existing dataset using the schema definition in a JSON file --bigquery_create_table_with_schema_file
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.samplesIssues that are directly related to samples.Issues that are directly related to samples.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.