-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the 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
Is there an easy way to get the schema from a BigQuery table and save it to disk for later use?
For example, say that I wanted to get the schema of a table that currently exists, save it to disk and later create a table with the same schema.
I see that there is such a thing as a SchemaField in the api, but there doesn't seem to be a clean way to serialize it.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the 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.