tests.system.providers.amazon.aws.example_athena

Module Contents

Functions

await_bucket(bucket_name)

read_results_from_s3(bucket_name, query_execution_id)

Attributes

sys_test_context_task

DAG_ID

SAMPLE_DATA

SAMPLE_FILENAME

test_context

test_run

tests.system.providers.amazon.aws.example_athena.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_athena.DAG_ID = 'example_athena'[source]
tests.system.providers.amazon.aws.example_athena.SAMPLE_DATA = Multiline-String[source]
Show Value
""""Alice",20
    "Bob",25
    "Charlie",30
    """
tests.system.providers.amazon.aws.example_athena.SAMPLE_FILENAME = 'airflow_sample.csv'[source]
tests.system.providers.amazon.aws.example_athena.await_bucket(bucket_name)[source]
tests.system.providers.amazon.aws.example_athena.read_results_from_s3(bucket_name, query_execution_id)[source]
tests.system.providers.amazon.aws.example_athena.test_context[source]
tests.system.providers.amazon.aws.example_athena.test_run[source]

Was this entry helpful?