tests.system.providers.amazon.aws.example_sql_to_s3

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

DAG_ID

DB_LOGIN

DB_PASS

DB_NAME

IP_PERMISSION

REDSHIFT_TABLE

SQL_QUERY

SQL_CREATE_TABLE

SQL_INSERT_DATA

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_sql_to_s3.DAG_ID = example_sql_to_s3[source]
tests.system.providers.amazon.aws.example_sql_to_s3.DB_LOGIN = adminuser[source]
tests.system.providers.amazon.aws.example_sql_to_s3.DB_PASS = MyAmazonPassword1[source]
tests.system.providers.amazon.aws.example_sql_to_s3.DB_NAME = dev[source]
tests.system.providers.amazon.aws.example_sql_to_s3.IP_PERMISSION[source]
tests.system.providers.amazon.aws.example_sql_to_s3.REDSHIFT_TABLE = test_table[source]
tests.system.providers.amazon.aws.example_sql_to_s3.SQL_QUERY[source]
tests.system.providers.amazon.aws.example_sql_to_s3.SQL_CREATE_TABLE[source]
tests.system.providers.amazon.aws.example_sql_to_s3.SQL_INSERT_DATA[source]
tests.system.providers.amazon.aws.example_sql_to_s3.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_sql_to_s3.create_connection(conn_id_name, cluster_id)[source]
tests.system.providers.amazon.aws.example_sql_to_s3.setup_security_group(sec_group_name, ip_permissions)[source]
tests.system.providers.amazon.aws.example_sql_to_s3.delete_security_group(sec_group_id, sec_group_name)[source]
tests.system.providers.amazon.aws.example_sql_to_s3.test_context[source]
tests.system.providers.amazon.aws.example_sql_to_s3.test_run[source]

Was this entry helpful?