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