Merge branch 'feature/SIMPL-28035' into 'develop'

[SIMPL-28035](https://jira.simplprogramme.eu/browse/SIMPL-28035) Update...

See merge request simpl/simpl-open/development/data-services/template-code-location!13
This commit is contained in:
Adrian Lodin
2026-05-29 17:42:46 +03:00

View File

@@ -121,7 +121,10 @@ If jobs or obs are updated, check out their related `tests` and update them acco
If jobs names are updated, make sure to update the import and definitions.
### 2.3.3 Workflow deletion
Before deleting an existing workflow, first check its status (if is needed or referenced) in the **Dagster UI**:
Before deleting an existing workflow, first check if is needed or referenced in:
- **Asset Orchestrator**
- Perform an `GET/workflowDefinitions` api call, to get the workflow details.
- **Dagster UI**:
- Navigate to the "Runs". Identify a given workflow using the "Filter" button or navigation "Newer", "Older" buttons.
- Check details and status: open workflow details by clicking on the target, or just check the status value.
- Check logs: open workflow logs by clicking on the uuid.