tests.system.providers.amazon.aws.example_emr

Module Contents

Functions

configure_security_config(config_name)

delete_security_config(config_name)

get_step_id(step_ids)

Attributes

DAG_ID

CONFIG_NAME

EXECUTION_ROLE_ARN_KEY

BUCKET_NAME_KEY

SECURITY_CONFIGURATION

SPARK_STEPS

JOB_FLOW_OVERRIDES

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_emr.DAG_ID = 'example_emr'[source]
tests.system.providers.amazon.aws.example_emr.CONFIG_NAME = 'EMR Runtime Role Security Configuration'[source]
tests.system.providers.amazon.aws.example_emr.EXECUTION_ROLE_ARN_KEY = 'EXECUTION_ROLE_ARN'[source]
tests.system.providers.amazon.aws.example_emr.BUCKET_NAME_KEY = 'BUCKET_NAME'[source]
tests.system.providers.amazon.aws.example_emr.SECURITY_CONFIGURATION[source]
tests.system.providers.amazon.aws.example_emr.SPARK_STEPS[source]
tests.system.providers.amazon.aws.example_emr.JOB_FLOW_OVERRIDES: dict[str, Any][source]
tests.system.providers.amazon.aws.example_emr.configure_security_config(config_name)[source]
tests.system.providers.amazon.aws.example_emr.delete_security_config(config_name)[source]
tests.system.providers.amazon.aws.example_emr.get_step_id(step_ids)[source]
tests.system.providers.amazon.aws.example_emr.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_emr.test_context[source]
tests.system.providers.amazon.aws.example_emr.test_run[source]

Was this entry helpful?