Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.alibaba.cloud.links.maxcompute

Classes

MaxComputeLogViewLink

Helper class for constructing MaxCompute Log View Link.

Module Contents

Bases: airflow.sdk.BaseOperatorLink

Helper class for constructing MaxCompute Log View Link.

name = 'MaxCompute Log View'[source]

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

key = 'maxcompute_log_view'[source]

Link to external system.

Parameters:
Returns:

link to external system

Return type:

str

static persist(context, task_instance, log_view_url)[source]

Persist the log view URL to XCom for later retrieval.

Parameters:
  • context (airflow.utils.context.Context) – The context of the task instance.

  • task_instance (airflow.models.BaseOperator) – The task instance.

  • log_view_url (str) – The log view URL to persist.

Was this entry helpful?