Skip to content

Commit b0a79ab

Browse files
authored
Revert "Update time format to iso8601 (#389)" (#396)
This reverts commit 53d615b.
1 parent 56b0d51 commit b0a79ab

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

spiceaidocs/docs/reference/spicepod/datasets.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,18 @@ Required to enable a retention policy on the dataset.
132132
## `time_format`
133133

134134
Optional. 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

142141
Spice 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

0 commit comments

Comments
 (0)