Add __str__ method to Table class #1174
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.
TableReference class already has an implementation of the
__str__
method.It would be convenient to have the same implementation for the Table class.
The text was updated successfully, but these errors were encountered: