TimestampMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata of the timestamp column.
Attributes |
|
|---|---|
| Name | Description |
time_format |
str
Time format of the timestamp column. |
time_zone |
str
Time zone of the timestamp column. |
time_granularity |
str
Time granularity of the timestamp column. |
is_sortable |
bool
Whether the timestamp column is sortable in UI. |
is_interpolable |
bool
Whether the timestamp column is interpolable in UI. |