tweaks on shuttle

This commit is contained in:
2025-08-06 21:29:36 +02:00
parent 28a195a256
commit 38f8830521
3 changed files with 9 additions and 7 deletions

View File

@@ -22,9 +22,10 @@ definitions = dg.Definitions(
"polars_parquet_io_manager": PolarsParquetIOManager(base_dir=STORAGE_DIR),
},
sensors=[
# sensors.list_locations,
sensors.list_locations,
sensors.list_latitudes,
# sensors.list_longitudes,
sensors.list_longitudes,
sensors.retrieve_weather,
sensors.retrieve_weather,
],
)