tweaks on shuttle

(cherry picked from commit 38f8830521)
This commit is contained in:
2025-08-06 21:29:36 +02:00
parent 030424e124
commit 968d5c34de
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,
],
)