tests.system.providers.amazon.aws.example_redshift

Module Contents

Functions

create_connection(conn_id_name, cluster_id)

setup_security_group(sec_group_name, ip_permissions)

delete_security_group(sec_group_id, sec_group_name)

Attributes

tests.system.providers.amazon.aws.example_redshift.DAG_ID = 'example_redshift'[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.IP_PERMISSION[source]
tests.system.providers.amazon.aws.example_redshift.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_redshift.create_connection(conn_id_name, cluster_id)[source]
tests.system.providers.amazon.aws.example_redshift.setup_security_group(sec_group_name, ip_permissions)[source]
tests.system.providers.amazon.aws.example_redshift.delete_security_group(sec_group_id, sec_group_name)[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?