Skip to content

Commit

Permalink
build: add cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 1, 2024
1 parent f697220 commit 9b4f1db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def daily_air_quality_data(
auto_materialize_policy=AutoMaterializePolicy.eager(
max_materializations_per_minute=None
).with_rules(
AutoMaterializeRule.materialize_on_missing(),
AutoMaterializeRule.materialize_on_cron("0 0 1 * *", all_partitions=True),
),
group_name="stations",
Expand Down

0 comments on commit 9b4f1db

Please sign in to comment.