Develop #41

Merged
tao.chen merged 96 commits from develop into main 2026-09-02 10:15:06 +08:00
Showing only changes of commit 8fa6203303 - Show all commits
+1 -1
View File
@@ -355,7 +355,7 @@ async def get_schedule_node_run_artifacts(
context=context,
session=session,
)
base_path = f"/schedule-runs/{run_id}/node-runs/{node_run_id}"
base_path = f"/api/v1/schedule-runs/{run_id}/node-runs/{node_run_id}"
workspace_query = f"workspace_id={context.workspace.workspace_id}"
return {
"request_id": context.request_id,