AWS sagemaker-unified-studio documentation change
Summary
Expanded documentation on scheduling visual ETL flows, including steps for scheduling from the editor and using workflows.
Security assessment
The changes provide operational guidance for scheduling workflows without introducing or addressing security-specific content. No security vulnerabilities or features are mentioned.
Diff
diff --git a/sagemaker-unified-studio/latest/userguide/schedule-visual-etl.md b/sagemaker-unified-studio/latest/userguide/schedule-visual-etl.md index f96a322f9..8c93a82a4 100644 --- a//sagemaker-unified-studio/latest/userguide/schedule-visual-etl.md +++ b//sagemaker-unified-studio/latest/userguide/schedule-visual-etl.md @@ -5 +5,72 @@ -# Scheduling and running visual flows with workflows +Scheduling visual flows from the editorReviewing scheduled visual flows in the editorScheduling visual flows with workflows + +# Scheduling and running visual flows + +There are two ways to schedule Visual ETL flows in Amazon SageMaker Unified Studio. + + * You can schedule your visual flows directly in the Visual ETL editor. This way you can schedule a single visual flow quickly. + + * You can schedule your visual flow using a DAG and the workflows interface. This way you can combine multiple elements in the same schedule. + + + + +## Scheduling visual flows from the editor + +You can schedule your visual flows to run from within the Visual ETL editor. To do this, use a project with the **All capabilities** project profile or another project profile with scheduling enabled in the Tooling blueprint parameters. If you have created a project that needs to be updated to enable scheduling, contact your admin. + + 1. Navigate to Amazon SageMaker Unified Studio using the URL from your admin and log in using your SSO or AWS credentials. + + 2. Navigate to your visual ETL flows by choosing **Visual ETL flows** from the **Build** menu. + + 3. Choose the visual flow you want to schedule from the list to open it in the editor. + + 4. Choose the Schedule icon in the upper-right corner of the editor. + + 5. Under **Schedule name** , enter a name for the schedule. + + 6. Under **Schedule status** , choose an option to determine whether the schedule will begin running after being created. + + * Choose **Active** to activate the schedule and run the Visual ETL flow when the schedule indicates it should run. + + * Choose **Paused** to create a schedule that will not run the Visual ETL flow yet. + + 7. (Optional) Write a description of the schedule. + + 8. Choose a schedule type. + + * Choose **One-time** to run the Visual ETL flow at one specific time. + + * Choose **Recurring** to create a schedule that run the Visual ETL flow at multiple times that you choose. + + 9. Choose the days and times that the schedule will run. + + 10. Choose **Create schedule**. + + + + +You can then view the schedule on the **Schedules** tab of the Visual ETL page in your project. + +## Reviewing scheduled visual flows in the editor + +You can review scheduled visual flows in the Visual ETL interface in Amazon SageMaker Unified Studio. On the schedules page, you can pause, edit, and delete schedules. You can also view the status and other information for a schedule and choose the name of a schedule to view runs and additional data. + +To review scheduled queries, complete the following steps: + + 1. Navigate to Amazon SageMaker Unified Studio using the URL from your admin and log in using your SSO or AWS credentials. + + 2. Navigate to your project. + + 3. Choose **Visual ETL flows** from the **Build** menu. + + 4. Choose the **Schedules** tab. + + + + +You can then pause, edit, or delete a schedule by choosing the three-dot **Actions** menu next to a schedule in the list. + +To view information about different times the schedule has run, choose the name of the schedule to view the **Runs** section for that schedule. You can choose the name of a run to see a log and other details for that run. + +## Scheduling visual flows with workflows