airflow.providers.amazon.aws.links.athena

Classes

AthenaQueryResultsLink

Helper class for constructing Amazon Athena query results.

Module Contents

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing Amazon Athena query results.

name = 'Query Results'[source]

Name of the link. This will be the button name on the task UI.

key = '_athena_query_results'[source]
format_str = 'https://console.{aws_domain}/athena/home?region={region_name}#/query-editor/history/{query_execu...[source]

Was this entry helpful?