Skip to content

Commit

Permalink
Fix scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Oct 26, 2023
1 parent 7caf529 commit 78b3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwp/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def CAMSEUDailyPartitionConfig(start: dt.datetime, _end: dt.datetime) -> dict[st
return {"ops": {"fetch_cams_eu_forecast_for_day": {"config": json.loads(config.json())}}}


@dagster.job(config=CAMSDailyPartitionConfig)
@dagster.job(config=CAMSEUDailyPartitionConfig)
def cams_eu_daily_archive() -> None:
"""Download CAMS data for a given day."""
fetch_cams_eu_forecast_for_day()
Expand Down

0 comments on commit 78b3e31

Please sign in to comment.