Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
y-f-u committed Apr 26, 2024
1 parent 66388f6 commit a74acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/reference/spicepod/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Must be of the form `SELECT * FROM {name} WHERE {refresh_filter}`. `{name}` is t

## `acceleration.refresh_period`

Optional. Applies the provided recent period filter when fetching data from the source. Combine with `time_column` and `time_format` to determine the recent period to be applied. Only supported for `full` refresh_mode datasets.
Optional. Filter the data fetched from the source to include only records with a timestamp within the last specified `refresh_period`. Requires `time_column` and `time_format` parameters to identify the timestamp column and format. Only supported for `full` refresh_mode datasets.

See [Duration](../duration/index.md)

Expand Down

0 comments on commit a74acc1

Please sign in to comment.