改 相对路径 完成客户端
This commit is contained in:
@@ -5,9 +5,9 @@ import re
|
||||
from collections import deque
|
||||
from pathlib import Path
|
||||
|
||||
ROOT = Path(r"C:\dev\LLTQ\ETL\feiqiu-ETL")
|
||||
ROOT = Path(".")
|
||||
SQL_PATH = ROOT / "etl_billiards" / "database" / "schema_dwd_doc.sql"
|
||||
DOC_DIR = Path(r"C:\dev\LLTQ\export\test-json-doc")
|
||||
DOC_DIR = ROOT / "etl_billiards" / "export" / "test-json-doc"
|
||||
DWD_TASK_PATH = ROOT / "etl_billiards" / "tasks" / "dwd_load_task.py"
|
||||
|
||||
SCD_COLS = {"scd2_start_time", "scd2_end_time", "scd2_is_current", "scd2_version"}
|
||||
|
||||
Reference in New Issue
Block a user