在前后端开发联调前 的提交20260223
This commit is contained in:
@@ -7,7 +7,9 @@ import json
|
||||
import os
|
||||
|
||||
SAMPLES_DIR = os.path.join(os.path.dirname(__file__), "..", "docs", "api-reference", "samples")
|
||||
REPORT_DIR = os.path.join(os.path.dirname(__file__), "..", "docs", "reports")
|
||||
REPORT_DIR = os.environ.get("ETL_REPORT_ROOT")
|
||||
if not REPORT_DIR:
|
||||
raise KeyError("环境变量 ETL_REPORT_ROOT 未定义。请在根 .env 中配置。")
|
||||
ODS_META = {"source_file", "source_endpoint", "fetched_at", "payload", "content_hash"}
|
||||
NESTED_OBJECTS = {"siteprofile", "tableprofile"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user