airflow.providers.yandex.links.yq
¶
Module Contents¶
Attributes¶
- class airflow.providers.yandex.links.yq.YQLink[source]¶
Bases:
airflow.models.BaseOperatorLink
Web link to query in Yandex Query UI.
- get_link(operator, *, ti_key)[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
operator (airflow.models.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