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

airflow.providers.yandex.links.yq

Attributes

XCOM_WEBLINK_KEY

Classes

YQLink

Web link to query in Yandex Query UI.

Module Contents

Bases: airflow.providers.yandex.version_compat.BaseOperatorLink

Web link to query in Yandex Query UI.

name = 'Yandex Query'[source]

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

Link to external system.

Parameters:
  • operator (airflow.providers.yandex.version_compat.BaseOperator) – The Airflow operator object this link is associated to.

  • ti_key (airflow.models.taskinstancekey.TaskInstanceKey) – TaskInstance ID to return link for.

Returns:

link to external system

static persist(context, web_link)[source]

Was this entry helpful?