tests.system.amazon.aws.example_sagemaker_unified_studio

Attributes

pytestmark

DAG_ID

DOMAIN_ID_KEY

PROJECT_ID_KEY

ENVIRONMENT_ID_KEY

S3_PATH_KEY

REGION_NAME_KEY

sys_test_context_task

test_context

test_run

Functions

get_mwaa_environment_params(domain_id, project_id, ...)

mock_mwaa_environment(parameters)

Sets several environment variables in the container to emulate an MWAA environment provisioned

Module Contents

tests.system.amazon.aws.example_sagemaker_unified_studio.pytestmark[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.DAG_ID = 'example_sagemaker_unified_studio'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.DOMAIN_ID_KEY = 'DOMAIN_ID'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.PROJECT_ID_KEY = 'PROJECT_ID'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.ENVIRONMENT_ID_KEY = 'ENVIRONMENT_ID'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.S3_PATH_KEY = 'S3_PATH'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.REGION_NAME_KEY = 'REGION_NAME'[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.sys_test_context_task[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.get_mwaa_environment_params(domain_id, project_id, environment_id, s3_path, region_name)[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.mock_mwaa_environment(parameters)[source]

Sets several environment variables in the container to emulate an MWAA environment provisioned within SageMaker Unified Studio. When running in the ECSExecutor, this is a no-op.

tests.system.amazon.aws.example_sagemaker_unified_studio.test_context[source]
tests.system.amazon.aws.example_sagemaker_unified_studio.test_run[source]

Was this entry helpful?