tests.system.providers.amazon.aws.example_redshift_s3_transfers

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

S3_KEY

S3_KEY_2

S3_KEY_PREFIX

REDSHIFT_TABLE

SQL_CREATE_TABLE

SQL_INSERT_DATA

SQL_DROP_TABLE

DATA

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.SECURITY_GROUP_KEY = 'SECURITY_GROUP'[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.CLUSTER_SUBNET_GROUP_KEY = 'CLUSTER_SUBNET_GROUP'[source]
tests.system.providers.amazon.aws.example_redshift_s3_transfers.sys_test_context_task[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.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.create_connection(conn_id_name, cluster_id)[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?