airflow.providers.yandex.links.yq

Attributes

XCOM_WEBLINK_KEY

Classes

YQLink

Web link to query in Yandex Query UI.

Module Contents

Bases: airflow.models.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.

Note: The old signature of this function was (self, operator, dttm: datetime). That is still supported at runtime but is deprecated.

Parameters:
Returns:

link to external system

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

Was this entry helpful?