- Notifications
You must be signed in to change notification settings - Fork321
docs(bigquery): add docstring for conflict exception#171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
docs(bigquery): add docstring for conflict exception#171
Uh oh!
There was an error while loading.Please reload this page.
Conversation
plamut left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Apart from the missing colons the changes look good. Samples test failures are irrelevant, as the samples have not been migrated yet.
google/cloud/bigquery/client.py Outdated
| A new ``Dataset`` returned from the API. | ||
| Raises: | ||
| google.cloud.exceptions.Conflict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Colons are missing at the end of exception types.
…into bigquery_issue_123_conflict_errors
Fixes#123