tests.system.amazon.aws.example_s3_to_sql

模块内容

函数

create_connection(conn_id_name, cluster_id)

属性

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.amazon.aws.example_s3_to_sql.SECURITY_GROUP_KEY = 'SECURITY_GROUP'[源代码]
tests.system.amazon.aws.example_s3_to_sql.CLUSTER_SUBNET_GROUP_KEY = 'CLUSTER_SUBNET_GROUP'[源代码]
tests.system.amazon.aws.example_s3_to_sql.sys_test_context_task[源代码]
tests.system.amazon.aws.example_s3_to_sql.DAG_ID = 'example_s3_to_sql'[源代码]
tests.system.amazon.aws.example_s3_to_sql.DB_LOGIN = 'adminuser'[源代码]
tests.system.amazon.aws.example_s3_to_sql.DB_PASS = 'MyAmazonPassword1'[源代码]
tests.system.amazon.aws.example_s3_to_sql.DB_NAME = 'dev'[源代码]
tests.system.amazon.aws.example_s3_to_sql.SQL_TABLE_NAME = 'cocktails'[源代码]
tests.system.amazon.aws.example_s3_to_sql.SQL_COLUMN_LIST = ['cocktail_id', 'cocktail_name', 'base_spirit'][源代码]
tests.system.amazon.aws.example_s3_to_sql.SAMPLE_DATA = 多行字符串[源代码]
显示值
"""1,Caipirinha,Cachaca
2,Bramble,Gin
3,Daiquiri,Rum
"""
tests.system.amazon.aws.example_s3_to_sql.create_connection(conn_id_name, cluster_id)[源代码]
tests.system.amazon.aws.example_s3_to_sql.test_context[源代码]
tests.system.amazon.aws.example_s3_to_sql.test_run[源代码]

此条目是否有帮助?