Skip to content

[Documentation Issue]  #1544

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'),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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