tests.system.providers.amazon.aws.example_dynamodb

Module Contents

Functions

create_table(table_name)

delete_table(table_name)

Attributes

DAG_ID

sys_test_context_task

PK_ATTRIBUTE_NAME

SK_ATTRIBUTE_NAME

TABLE_ATTRIBUTES

TABLE_KEY_SCHEMA

TABLE_THROUGHPUT

test_context

test_run

tests.system.providers.amazon.aws.example_dynamodb.DAG_ID = 'example_dynamodbvaluesensor'[source]
tests.system.providers.amazon.aws.example_dynamodb.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_dynamodb.PK_ATTRIBUTE_NAME = 'PK'[source]
tests.system.providers.amazon.aws.example_dynamodb.SK_ATTRIBUTE_NAME = 'SK'[source]
tests.system.providers.amazon.aws.example_dynamodb.TABLE_ATTRIBUTES[source]
tests.system.providers.amazon.aws.example_dynamodb.TABLE_KEY_SCHEMA[source]
tests.system.providers.amazon.aws.example_dynamodb.TABLE_THROUGHPUT[source]
tests.system.providers.amazon.aws.example_dynamodb.create_table(table_name)[source]
tests.system.providers.amazon.aws.example_dynamodb.delete_table(table_name)[source]
tests.system.providers.amazon.aws.example_dynamodb.test_context[source]
tests.system.providers.amazon.aws.example_dynamodb.test_run[source]

Was this entry helpful?