tests.system.providers.amazon.aws.example_redshift_s3_transfers

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

S3_KEY

S3_KEY_2

S3_KEY_PREFIX

REDSHIFT_TABLE

SQL_CREATE_TABLE

SQL_INSERT_DATA

SQL_DROP_TABLE

DATA

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_redshift_s3_transfers.DAG_ID = example_redshift_to_s3[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.DB_LOGIN = adminuser[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.DB_PASS = MyAmazonPassword1[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.DB_NAME = dev[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.IP_PERMISSION[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.S3_KEY = s3_output_[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.S3_KEY_2 = s3_key_2[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.S3_KEY_PREFIX = s3_k[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.REDSHIFT_TABLE = test_table[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.SQL_CREATE_TABLE[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.SQL_INSERT_DATA[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.SQL_DROP_TABLE[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.DATA = 0, 'Airflow', 'testing'[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.create_connection(conn_id_name, cluster_id)[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.setup_security_group(sec_group_name, ip_permissions)[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.delete_security_group(sec_group_id, sec_group_name)[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.test_context[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.test_run[source]

Was this entry helpful?