Make table instances created with the same arguments evaluate equal to each other #854
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.
Two table objects with the same arguments do not evaluate as equal. This makes unit testing and comparing calls to
Client.insert_rows
more complicated than necessary.Environment details
3.9.5
21.1.3
google-cloud-bigquery
version:2.23.2
Steps to reproduce
t1 == t2
Code example
The text was updated successfully, but these errors were encountered: