更新数据库文档 20260201-2
This commit is contained in:
@@ -174,7 +174,8 @@ def build_recording_client(
|
||||
tz = ZoneInfo(tz_name)
|
||||
ts = datetime.now(tz).strftime("%Y%m%d-%H%M%S")
|
||||
fetch_root = _cfg_get(cfg, "pipeline.fetch_root") or _cfg_get(cfg, "io.export_root") or "export/JSON"
|
||||
output_dir = Path(fetch_root) / f"{str(task_code).upper()}-{run_id}-{ts}"
|
||||
task_upper = str(task_code).upper()
|
||||
output_dir = Path(fetch_root) / task_upper / f"{task_upper}-{run_id}-{ts}"
|
||||
|
||||
return RecordingAPIClient(
|
||||
base_client=base_client,
|
||||
|
||||
Reference in New Issue
Block a user