tests.system.providers.amazon.aws.example_s3_to_sql

Module Contents

Functions

create_connection(conn_id_name, cluster_id)

Attributes

SECURITY_GROUP_KEY

CLUSTER_SUBNET_GROUP_KEY

sys_test_context_task

DAG_ID

DB_LOGIN

DB_PASS

DB_NAME

SQL_TABLE_NAME

SQL_COLUMN_LIST

SAMPLE_DATA

test_context

test_run

tests.system.providers.amazon.aws.example_s3_to_sql.SECURITY_GROUP_KEY = 'SECURITY_GROUP'[source]
tests.system.providers.amazon.aws.example_s3_to_sql.CLUSTER_SUBNET_GROUP_KEY = 'CLUSTER_SUBNET_GROUP'[source]
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.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.test_context[source]
tests.system.providers.amazon.aws.example_s3_to_sql.test_run[source]

Was this entry helpful?