更新数据库文档 20260201-2
This commit is contained in:
@@ -306,7 +306,8 @@ class ETLScheduler:
|
||||
|
||||
def _build_fetch_dir(self, task_code: str, run_id: int) -> Path:
|
||||
ts = datetime.now(self.tz).strftime("%Y%m%d-%H%M%S")
|
||||
return Path(self.fetch_root) / f"{task_code.upper()}-{run_id}-{ts}"
|
||||
task_code = str(task_code or "").upper()
|
||||
return Path(self.fetch_root) / task_code / f"{task_code}-{run_id}-{ts}"
|
||||
|
||||
def _resolve_ingest_source(self, fetch_dir: Path, fetch_stats: dict | None) -> Path:
|
||||
if fetch_stats and fetch_dir.exists():
|
||||
|
||||
Reference in New Issue
Block a user