This commit is contained in:
Adrian Lodin
2026-05-29 17:42:46 +03:00
parent e684083423
commit 0701bdb9fd

View File

@@ -121,10 +121,13 @@ 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. If jobs names are updated, make sure to update the import and definitions.
### 2.3.3 Workflow deletion ### 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:
- Navigate to the "Runs". Identify a given workflow using the "Filter" button or navigation "Newer", "Older" buttons. - **Asset Orchestrator**
- Check details and status: open workflow details by clicking on the target, or just check the status value. - Perform an `GET/workflowDefinitions` api call, to get the workflow details.
- Check logs: open workflow logs by clicking on the uuid. - **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.
Here are two practical examples how to delete a workflow: Here are two practical examples how to delete a workflow: