We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0251 commit 234a3fdCopy full SHA for 234a3fd
google/cloud/bigquery/schema.py
@@ -395,11 +395,6 @@ def timestamp_precision(self):
395
"""
396
return _helpers._int_or_none(self._properties.get("timestampPrecision"))
397
398
- @timestamp_precision.setter
399
- def timestamp_precision(self, value: Optional[int]):
400
- value = _helpers._isinstance_or_raise(value, int, none_allowed=True)
401
- self._properties["timestampPrecision"] = value
402
-
403
def to_api_repr(self) -> dict:
404
"""Return a dictionary representing this schema field.
405
0 commit comments