We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0984e8d commit f1a9150Copy full SHA for f1a9150
tests/integ/sagemaker/lineage/conftest.py
@@ -849,7 +849,7 @@ def create_and_execute_static_pipeline(sagemaker_session):
849
print(f"Starting static execution of pipeline '{STATIC_PIPELINE_NAME}'")
850
try:
851
execution_arn = test_end_to_end_pipeline_successful_execution(
852
- sagemaker_session=sagemaker_session,
+ sagemaker_session_for_pipeline=sagemaker_session,
853
region_name=sagemaker_session.boto_session.region_name,
854
role=get_execution_role(sagemaker_session),
855
pipeline_name=STATIC_PIPELINE_NAME,
0 commit comments