Skip to content

Commit 8a1417d

Browse files
ryanyuanplamut
authored andcommitted
Docs: fix the reference URL for BigQuery create_dataset() (googleapis#9149)
1 parent 5a81ea3 commit 8a1417d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def create_dataset(self, dataset, exists_ok=False, retry=DEFAULT_RETRY):
343343
"""API call: create the dataset via a POST request.
344344
345345
See
346-
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/insert
346+
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/insert
347347
348348
Args:
349349
dataset (Union[ \

0 commit comments

Comments
 (0)