You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fractal-server 2.0.0a10 (to be released in a few minutes) includes a small API breaking change.
The old endpoint
GET /api/v2/project/{project_id}/dataset/{dataset_id}/status/
becomes
GET /api/v2/project/{project_id}/status/?dataset_it={dataset_id}&workflow_id={workflow_id}
Note that we changed the internal logic (ref fractal-analytics-platform/fractal-server#1416), and we slightly restricted its response contents: now the response only includes workflow tasks of a specific workflow, rather than all the ones that ever ran for a given dataset. In fractal-web this should introduce no problem, since the endpoint is called from a single-workflow page and the workflow ID is known.
The text was updated successfully, but these errors were encountered:
fractal-server 2.0.0a10 (to be released in a few minutes) includes a small API breaking change.
The old endpoint
becomes
Note that we changed the internal logic (ref fractal-analytics-platform/fractal-server#1416), and we slightly restricted its response contents: now the response only includes workflow tasks of a specific workflow, rather than all the ones that ever ran for a given dataset. In fractal-web this should introduce no problem, since the endpoint is called from a single-workflow page and the workflow ID is known.
The text was updated successfully, but these errors were encountered: