Skip to content

Commit

Permalink
Update job name to preserve history
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Oct 5, 2023
1 parent 73072bd commit 4415a88
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 @@ -79,7 +79,7 @@ def ecmwf_uk_daily_partitioned_config(start: dt.datetime, _end: dt.datetime) ->
"nwp_consumer_download_op": {"config": json.loads(config.json())},
}}

@job(config=ecmwf_uk_daily_partitioned_config)
@job(config=ecmwf_uk_daily_partitioned_config, name="ecmwf_daily_local_archive")
def ecmwf_uk_daily_local_archive() -> None:
"""Download and convert ECMWF data for the UK."""
nwp_consumer_convert_op(nwp_consumer_download_op())
Expand Down

0 comments on commit 4415a88

Please sign in to comment.