Skip to content

Commit

Permalink
Enable consumer job partitions back to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Oct 2, 2023
1 parent ff78ecf commit e09ca4f
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 @@ -80,7 +80,7 @@ def ecmwf_daily_partitioned_config_docker(start: dt.datetime, _end: dt.datetime)
}}


@daily_partitioned_config(start_date=dt.datetime(2021, 1, 1))
@daily_partitioned_config(start_date=dt.datetime(2020, 1, 1))
def ecmwf_daily_partitioned_config(start: dt.datetime, _end: dt.datetime):
config: NWPConsumerConfig = NWPConsumerConfig(
date_from=start.strftime("%Y-%m-%d"),
Expand Down

0 comments on commit e09ca4f

Please sign in to comment.