BigQuery: expose public helper method to convert a list of schema fields to/from a list of schema dictionaries (JSON) #3723
Labels
api: bigquery
Issues related to the BigQuery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I've received some feedback asking how to take a schema from the client library and save it to a JSON file. One reason to do this is the
bq
command-line tool accepts a schema file, formatted likeNote: this format is the same as the API representation.
It would be great if our client libraries could read/write in this format.
The text was updated successfully, but these errors were encountered: