airflow.providers.amazon.aws.links.glue

Classes

GlueJobRunDetailsLink

Helper class for constructing AWS Glue Job Run Details Link.

Module Contents

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

Helper class for constructing AWS Glue Job Run Details Link.

name = 'AWS Glue Job Run Details'[source]

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

key = 'glue_job_run_details'[source]
format_str = 'https://console.{aws_domain}/gluestudio/home?region={region_name}#/job/{job_name}/run/{job_run_id}'[source]

Was this entry helpful?