airflow.providers.yandex.links.yq

Module Contents

Classes

YQLink

Web link to query in Yandex Query UI.

Attributes

XCOM_WEBLINK_KEY

Bases: airflow.models.BaseOperatorLink

Web link to query in Yandex Query UI.

name = 'Yandex Query'[source]

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?