Skip to content

Commit

Permalink
Docs: fix the reference URL for BigQuery create_dataset() (#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyuan authored and plamut committed Sep 3, 2019
1 parent 5a81ea3 commit 8a1417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def create_dataset(self, dataset, exists_ok=False, retry=DEFAULT_RETRY):
"""API call: create the dataset via a POST request.
See
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/insert
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/insert
Args:
dataset (Union[ \
Expand Down

0 comments on commit 8a1417d

Please sign in to comment.