tests.system.providers.amazon.aws.example_s3_to_dynamodb

Module Contents

Functions

set_up_table(table_name)

wait_for_bucket(s3_bucket_name)

delete_dynamodb_table(table_name)

Attributes

log

DAG_ID

sys_test_context_task

TABLE_ATTRIBUTES

TABLE_KEY_SCHEMA

TABLE_THROUGHPUT

SAMPLE_DATA

test_context

test_run

tests.system.providers.amazon.aws.example_s3_to_dynamodb.log[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.DAG_ID = 'example_s3_to_dynamodb'[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.TABLE_ATTRIBUTES[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.TABLE_KEY_SCHEMA[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.TABLE_THROUGHPUT[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.SAMPLE_DATA = Multiline-String[source]
Show Value
"""cocktail_id,cocktail_name,base_spirit
1,Caipirinha,Cachaca
2,Bramble,Gin
3,Daiquiri,Rum
"""
tests.system.providers.amazon.aws.example_s3_to_dynamodb.set_up_table(table_name)[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.wait_for_bucket(s3_bucket_name)[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.delete_dynamodb_table(table_name)[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.test_context[source]
tests.system.providers.amazon.aws.example_s3_to_dynamodb.test_run[source]

Was this entry helpful?