AWS sagemaker-unified-studio documentation change
Summary
Updated broken links from 'create-workflow.html' to 'code-workflow.html' in two places
Security assessment
This is a routine documentation maintenance change fixing broken links. No security implications are evident from the link corrections.
Diff
diff --git a/sagemaker-unified-studio/latest/userguide/identity-center-visual-etl-combining-different-data.md b/sagemaker-unified-studio/latest/userguide/identity-center-visual-etl-combining-different-data.md index 73f28d385..feff51a44 100644 --- a//sagemaker-unified-studio/latest/userguide/identity-center-visual-etl-combining-different-data.md +++ b//sagemaker-unified-studio/latest/userguide/identity-center-visual-etl-combining-different-data.md @@ -72 +72 @@ In cases where you want to use both data configured with fine-grained access and - 13. Orchestrate these two visual ETL jobs using Amazon SageMaker Unified Studio workflows. For more information, see [Scheduling and running visual jobs in Identity Center-based domains](./identity-center-schedule-visual-etl.html) and [Create a code workflow](./create-workflow.html#workflow-create). + 13. Orchestrate these two visual ETL jobs using Amazon SageMaker Unified Studio workflows. For more information, see [Scheduling and running visual jobs in Identity Center-based domains](./identity-center-schedule-visual-etl.html) and [Create a code workflow](./code-workflow.html#workflow-create). @@ -74 +74 @@ In cases where you want to use both data configured with fine-grained access and -Make sure that the workflow is configured so that the first visual ETL job finishes running before the second visual ETL job runs. By default, they'll run in succession, one after the other. This can also be configured using the `wait_for_completion` param, as shown in [Sample code workflow](./create-workflow.html#workflows-sample). +Make sure that the workflow is configured so that the first visual ETL job finishes running before the second visual ETL job runs. By default, they'll run in succession, one after the other. This can also be configured using the `wait_for_completion` param, as shown in [Sample code workflow](./code-workflow.html#workflows-sample).