tests.system.providers.amazon.aws.example_athena

Module Contents

Functions

await_bucket()

read_results_from_s3(query_execution_id)

Attributes

ENV_ID

DAG_ID

S3_BUCKET

ATHENA_TABLE

ATHENA_DATABASE

SAMPLE_DATA

SAMPLE_FILENAME

QUERY_CREATE_DATABASE

QUERY_CREATE_TABLE

QUERY_READ_TABLE

QUERY_DROP_TABLE

QUERY_DROP_DATABASE

create_s3_bucket

test_run

tests.system.providers.amazon.aws.example_athena.ENV_ID[source]
tests.system.providers.amazon.aws.example_athena.DAG_ID = example_athena[source]
tests.system.providers.amazon.aws.example_athena.S3_BUCKET[source]
tests.system.providers.amazon.aws.example_athena.ATHENA_TABLE[source]
tests.system.providers.amazon.aws.example_athena.ATHENA_DATABASE[source]
tests.system.providers.amazon.aws.example_athena.SAMPLE_DATA = Multiline-String[source]
Show Value
1"Alice",20
2    "Bob",25
3    "Charlie",30
tests.system.providers.amazon.aws.example_athena.SAMPLE_FILENAME = airflow_sample.csv[source]
tests.system.providers.amazon.aws.example_athena.QUERY_CREATE_DATABASE[source]
tests.system.providers.amazon.aws.example_athena.QUERY_CREATE_TABLE[source]
tests.system.providers.amazon.aws.example_athena.QUERY_READ_TABLE[source]
tests.system.providers.amazon.aws.example_athena.QUERY_DROP_TABLE[source]
tests.system.providers.amazon.aws.example_athena.QUERY_DROP_DATABASE[source]
tests.system.providers.amazon.aws.example_athena.await_bucket()[source]
tests.system.providers.amazon.aws.example_athena.read_results_from_s3(query_execution_id)[source]
tests.system.providers.amazon.aws.example_athena.create_s3_bucket[source]
tests.system.providers.amazon.aws.example_athena.test_run[source]

Was this entry helpful?