demo of delta lake with forked io manager

This commit is contained in:
2025-07-29 15:37:37 +02:00
parent f59b30b9ea
commit 4c59dcb8ac
6 changed files with 64 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import os
APP = os.environ["APP"]
STORAGE_DIR = os.environ.get("STORAGE_DIR", "/storage") + f"/{APP}"
STORAGE_DIR = os.environ.get("STORAGE_DIR", "/storage")