在前后端开发联调前 的提交20260223

This commit is contained in:
Neo
2026-02-23 23:02:20 +08:00
parent 254ccb1e77
commit fafc95e64c
1142 changed files with 10366960 additions and 36957 deletions

View File

@@ -13,7 +13,7 @@
python -m scripts.rebuild.rebuild_db_and_run_ods_to_dwd ^
--dsn "postgresql://user:pwd@host:5432/db" ^
--store-id 1 ^
--json-dir "export/test-json-doc" ^
--json-dir "$ODS_JSON_DOC_DIR" ^
--drop-schemas
环境变量(可选):
@@ -44,7 +44,7 @@ from tasks.utility.init_schema_task import InitOdsSchemaTask
from tasks.utility.manual_ingest_task import ManualIngestTask
DEFAULT_JSON_DIR = "export/test-json-doc"
DEFAULT_JSON_DIR = os.environ.get("ODS_JSON_DOC_DIR") or os.environ.get("INGEST_SOURCE_DIR") or ""
@dataclass(frozen=True)