tests.system.providers.amazon.aws.example_quicksight

Module Contents

Functions

get_aws_account_id()

create_quicksight_data_source(aws_account_id, ...)

create_quicksight_dataset(aws_account_id, ...)

delete_quicksight_data_source(aws_account_id, ...)

delete_dataset(aws_account_id, dataset_name)

delete_ingestion(aws_account_id, dataset_name, ...)

Attributes

DAG_ID

sys_test_context_task

SAMPLE_DATA_COLUMNS

SAMPLE_DATA

test_context

test_run

tests.system.providers.amazon.aws.example_quicksight.DAG_ID = 'example_quicksight'[source]
tests.system.providers.amazon.aws.example_quicksight.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_quicksight.SAMPLE_DATA_COLUMNS = ['Project', 'Year'][source]
tests.system.providers.amazon.aws.example_quicksight.SAMPLE_DATA = Multiline-String[source]
Show Value
"""'Airflow','2015'
    'OpenOffice','2012'
    'Subversion','2000'
    'NiFi','2006'
"""
tests.system.providers.amazon.aws.example_quicksight.get_aws_account_id()[source]
tests.system.providers.amazon.aws.example_quicksight.create_quicksight_data_source(aws_account_id, datasource_name, bucket, manifest_key)[source]
tests.system.providers.amazon.aws.example_quicksight.create_quicksight_dataset(aws_account_id, dataset_name, data_source_arn)[source]
tests.system.providers.amazon.aws.example_quicksight.delete_quicksight_data_source(aws_account_id, datasource_name)[source]
tests.system.providers.amazon.aws.example_quicksight.delete_dataset(aws_account_id, dataset_name)[source]
tests.system.providers.amazon.aws.example_quicksight.delete_ingestion(aws_account_id, dataset_name, ingestion_name)[source]
tests.system.providers.amazon.aws.example_quicksight.test_context[source]
tests.system.providers.amazon.aws.example_quicksight.test_run[source]

Was this entry helpful?