Amazon SageMaker Unified Studio is in preview release and is subject to change.
View workflow details
After you create a workflow, it appears in a list on the Workflows page in Amazon SageMaker Unified Studio. On the Workflows page, you can see each workflow you created with the name you defined using the DAG ID.
To view details about workflow runs and parameters, select the name of a workflow from the list on the Workflows page in Amazon SageMaker Unified Studio.
-
On the Runs tab, you can view the results of running the workflow. You can filter to show successful runs. This page shows information about the workflow run triggers, durations, and timeframes. There is also an Actions column where you can choose to stop a workflow if it is still running. There is a limit of 1000 rows on the Runs tab for a workflow.
To view more details about a run, choose the name of a run. This takes you to the run details page, with information about the tasks and parameters in the workflow. You can view which tasks were successfully completed on the Task log tab. For workflows that run Python notebooks and not querybooks, you can view the output in the Notebook output tab. This can be useful for viewing tasks in more detail and troubleshooting if needed.
-
The Default parameters tab shows the default parameters outlined in the workflow code. To modify the parameters, choose Edit code and edit parameters. For more information about parameters, see Params
in the Apache Airflow documentation. -
The Definition tab shows the code used for the workflow. This matches the code you wrote on the Code page. Choose Edit code to navigate back to the Code page and make changes.
-
The Tags tab shows optional tags that are defined in the workflow definition file. These are Airflow tags, not AWS tags. For more information, see Add tags to DAGs and use it for filtering in the UI
in the Apache Airflow documentation.