table_constraints has no setter?
#1990
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
table_constraints has no setter?
#1990
AFAICT, it does not seem possible to create a table with the Python library, as
table_constraintsis inexplicably unsettable. (You can't, AFAICT, create PK/FK constraints via the Console, either, so I am beginning to wonder how one does make use of this feature.)Environment details
python --version:Python 3.12.3pip --versiongoogle-cloud-bigqueryversion:pip show google-cloud-bigquerySteps to reproduce
Code example
Where
a_bq_tableis aTable, andconstraintsis aTableConstraintsStack trace
N/A
The text was updated successfully, but these errors were encountered: