tests.system.providers.amazon.aws.example_s3_to_sql

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

sys_test_context_task

DAG_ID

DB_LOGIN

DB_PASS

DB_NAME

IP_PERMISSION

SQL_TABLE_NAME

SQL_COLUMN_LIST

SAMPLE_DATA

test_context

test_run

tests.system.providers.amazon.aws.example_s3_to_sql.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_s3_to_sql.DAG_ID = 'example_s3_to_sql'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.DB_LOGIN = 'adminuser'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.DB_PASS = 'MyAmazonPassword1'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.DB_NAME = 'dev'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.IP_PERMISSION[source]
tests.system.providers.amazon.aws.example_s3_to_sql.SQL_TABLE_NAME = 'cocktails'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.SQL_COLUMN_LIST = ['cocktail_id', 'cocktail_name', 'base_spirit'][source]
tests.system.providers.amazon.aws.example_s3_to_sql.SAMPLE_DATA = Multiline-String[source]
Show Value
"""1,Caipirinha,Cachaca
2,Bramble,Gin
3,Daiquiri,Rum
"""
tests.system.providers.amazon.aws.example_s3_to_sql.create_connection(conn_id_name, cluster_id)[source]
tests.system.providers.amazon.aws.example_s3_to_sql.setup_security_group(sec_group_name, ip_permissions)[source]
tests.system.providers.amazon.aws.example_s3_to_sql.delete_security_group(sec_group_id, sec_group_name)[source]
tests.system.providers.amazon.aws.example_s3_to_sql.test_context[source]
tests.system.providers.amazon.aws.example_s3_to_sql.test_run[source]

Was this entry helpful?