tests.system.providers.amazon.aws.example_redshift

Module Contents

Functions

create_connection(conn_id_name, cluster_id)

Attributes

DAG_ID

SECURITY_GROUP_KEY

CLUSTER_SUBNET_GROUP_KEY

sys_test_context_task

DB_LOGIN

DB_PASS

DB_NAME

POLL_INTERVAL

test_context

test_run

tests.system.providers.amazon.aws.example_redshift.DAG_ID = 'example_redshift'[source]
tests.system.providers.amazon.aws.example_redshift.SECURITY_GROUP_KEY = 'SECURITY_GROUP'[source]
tests.system.providers.amazon.aws.example_redshift.CLUSTER_SUBNET_GROUP_KEY = 'CLUSTER_SUBNET_GROUP'[source]
tests.system.providers.amazon.aws.example_redshift.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_redshift.DB_LOGIN = 'adminuser'[source]
tests.system.providers.amazon.aws.example_redshift.DB_PASS = 'MyAmazonPassword1'[source]
tests.system.providers.amazon.aws.example_redshift.DB_NAME = 'dev'[source]
tests.system.providers.amazon.aws.example_redshift.POLL_INTERVAL = 10[source]
tests.system.providers.amazon.aws.example_redshift.create_connection(conn_id_name, cluster_id)[source]
tests.system.providers.amazon.aws.example_redshift.test_context[source]
tests.system.providers.amazon.aws.example_redshift.test_run[source]

Was this entry helpful?