Add __str__ method to DatasetReference #1289
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I can
str(TableReference)
- which is great! I want to also be able to do that withDatasetReference
. Easy enough fix.Describe the solution you'd like
A
__str__
method forDatasetReference
Describe alternatives you've considered
This would be the most idiomatic implementation, consistent with
DatasetReference
Additional context
Here's a draft PR: #1288
The text was updated successfully, but these errors were encountered: