Skip to content

[Documentation Issue]  #1544

@deesix

Description

@deesix

Page Name: bigquery-usage
Release: 0.10.1

The code snippet for creating a schema is incorrect:

... SchemaField(name='full_name', type='string', mode='required'),

Should be

... SchemaField(name='full_name', field_type='string', mode='required'),

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions