organize weather data by retrieval time

This commit is contained in:
2025-07-27 17:52:31 +02:00
parent 662bc239f9
commit e5cb15d1ba
4 changed files with 83 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
import os
from pathlib import Path
import assets
import sensors
@@ -10,7 +11,7 @@ import dagster as dg
install()
APP = os.environ["APP"]
APP = os.environ.get("APP", Path(__file__).parent.parent.name)
storage_dir = os.environ.get("STORAGE_DIR", "/storage") + f"/{APP}"