This repository was archived by the owner on Sep 3, 2022. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def from_data(source):
216
216
a definition of the schema as a list of dictionaries with 'name' and 'type' entries
217
217
and possibly 'mode' and 'description' entries. Only used if no data argument was provided.
218
218
'mode' can be 'NULLABLE', 'REQUIRED' or 'REPEATED'. For the allowed types, see:
219
- https://cloud.google.com/bigquery/preparing- data-for-bigquery#datatypes
219
+ https://cloud.google.com/bigquery/docs/reference/standard-sql/ data-types
220
220
221
221
Note that there is potential ambiguity when passing a list of lists or a list of
222
222
dicts between whether that should be treated as a list of records or a single record
@@ -263,7 +263,7 @@ def __init__(self, definition=None):
263
263
definition: a definition of the schema as a list of dictionaries with 'name' and 'type'
264
264
entries and possibly 'mode' and 'description' entries. Only used if no data argument was
265
265
provided. 'mode' can be 'NULLABLE', 'REQUIRED' or 'REPEATED'. For the allowed types, see:
266
- https://cloud.google.com/bigquery/preparing- data-for-bigquery#datatypes
266
+ https://cloud.google.com/bigquery/docs/reference/standard-sql/ data-types
267
267
"""
268
268
super (Schema , self ).__init__ ()
269
269
self ._map = {}
You can’t perform that action at this time.
0 commit comments