File tree Expand file tree Collapse file tree
spiceaidocs/docs/reference/spicepod Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,19 +132,18 @@ Required to enable a retention policy on the dataset.
132132# # `time_format`
133133
134134Optional. The format of the `time_column`. The following values are supported :
135-
136135- ` timestamp` - Default. Timestamp without a timezone. E.g. `2016-06-22 19:10:25` with data type `timestamp`.
137136- ` timestamptz` - Timestamp with a timezone. E.g. `2016-06-22 19:10:25-07` with data type `timestamptz`.
138137- ` unix_seconds` - Unix timestamp in seconds. E.g. `1718756687`.
139138- ` unix_millis` - Unix timestamp in milliseconds. E.g. `1718756687000`.
140- - ` iso8601 ` - [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
139+ - ` ISO8601 ` - [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
141140
142141Spice emits a warning if the `time_column` from the data source is incompatible with the `time_format` config.
143142
144143:::warning[Limitations]
145144
146145- String-based columns are assumed to be ISO8601 format.
147- :: :
146+ :: :
148147
149148# # `acceleration`
150149
@@ -196,7 +195,7 @@ Must be of the form `SELECT * FROM {name} WHERE {refresh_filter}`. `{name}` is t
196195- The refresh SQL only supports filtering data from the current dataset - joining across other datasets is not supported.
197196- Selecting a subset of columns isn't supported - the refresh SQL needs to start with `SELECT * FROM {name}`.
198197- Queries for data that have been filtered out will not fall back to querying against the federated table.
199- :: :
198+ :: :
200199
201200# # `acceleration.refresh_data_window`
202201
You can’t perform that action at this time.
0 commit comments