Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add refresh_period param in acceleration #1180

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

y-f-u
Copy link
Contributor

@y-f-u y-f-u commented Apr 23, 2024

add refresh_period params.
put similar params in a refresh struct for accelerated dataset.

datasets:
  - from: s3://spiceai-demo-datasets/taxi_trips/2024/
    name: taxi_trips
    time_column: tpep_pickup_datetime
    acceleration:
      enabled: true
      refresh_interval: 10m
      refresh_period: 10m

Fixes #1174

@y-f-u y-f-u requested a review from a team as a code owner April 23, 2024 06:18
@y-f-u y-f-u self-assigned this Apr 23, 2024
@y-f-u y-f-u merged commit 09c521c into trunk Apr 23, 2024
16 checks passed
@y-f-u y-f-u deleted the add-refresh-period-config branch April 23, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add refresh_period configuration for acceleration.
3 participants