diff --git a/Snakefile b/Snakefile index 1550e023..8c1d6963 100644 --- a/Snakefile +++ b/Snakefile @@ -68,7 +68,7 @@ if config['enable'].get('retrieve_databundle', True): rule retrieve_load_data: - input: HTTP.remote("data.open-power-system-data.org/time_series/2019-06-05/time_series_60min_singleindex.csv", keep_local=True, static=True) + input: HTTP.remote("data.open-power-system-data.org/time_series/2020-10-06/time_series_60min_singleindex.csv", keep_local=True, static=True) output: "data/load_raw.csv" run: move(input[0], output[0])