Skip to content

Provide a way to create a TableDefinition from a schema file #2308

@esanchezros

Description

@esanchezros

It would be useful to have a way to create a TableDefinition from a schema file. For example something like:

Schema schema = Schema.fromFile(schemaFile);
TableDefinition tableDefinition = StandardTableDefinition.of(schema);

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions