We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f07efd commit 48eef92Copy full SHA for 48eef92
docs/bigquery-usage.rst
@@ -386,7 +386,7 @@ locally:
386
>>> client = bigquery.Client()
387
>>> table = dataset.table(name='person_ages')
388
>>> job = table.load_from_storage(bucket_name='bucket-name',
389
- ... object_name='object-prefix*',
+ ... object_name_glob='object-prefix*',
390
... source_format='CSV',
391
... skip_leading_rows=1,
392
... write_disposition='truncate')
0 commit comments