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 0b743f3 commit 2a81ef9Copy full SHA for 2a81ef9
google/cloud/bigquery/schema.py
@@ -389,10 +389,6 @@ def policy_tags(self):
389
def timestamp_precision(self):
390
"""Union[enums.TimestampPrecision, int, None]: Precision (maximum number
391
of total digits in base 10) for seconds of TIMESTAMP type.
392
-
393
- Defaults to `enums.TimestampPrecision.MICROSECOND` (`None`) for
394
- microsecond precision. Use `enums.TimestampPrecision.PICOSECOND` (`12`)
395
- for picosecond precision.
396
"""
397
return _helpers._int_or_none(self._properties.get("timestampPrecision"))
398
0 commit comments