towards batch download

This commit is contained in:
2025-07-28 19:37:52 +02:00
parent 78de29e930
commit 25cccdb501
8 changed files with 147 additions and 34 deletions

View File

@@ -25,5 +25,8 @@ definitions = dg.Definitions(
"json_io_manager": JsonIOManager(base_dir=storage_dir),
"polars_parquet_io_manager": PolarsParquetIOManager(base_dir=storage_dir),
},
sensors=[sensors.list_locations],
sensors=[sensors.list_locations, sensors.list_latitudes, sensors.retrieve_weather],
schedules=[
# schedules.raw_weather_schedule
],
)