Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions refresh-data-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ datasets:
time_column: tpep_pickup_datetime
params:
file_format: parquet
s3_auth: public
acceleration:
enabled: true
```
Expand Down Expand Up @@ -103,6 +104,7 @@ datasets:
time_column: tpep_pickup_datetime
params:
file_format: parquet
s3_auth: public
acceleration:
enabled: true
refresh_data_window: 35040h # 4 years, this will evict 5 rows of data from the dataset
Expand Down
Loading