airflow.providers.google.cloud.links.base

Module Contents

Classes

BaseGoogleLink

meta private

Attributes

BASE_LINK

Bases: airflow.models.BaseOperatorLink

name: ClassVar[str][source]
key: ClassVar[str][source]
format_str: ClassVar[str][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.taskinstance.TaskInstanceKey) – TaskInstance ID to return link for.

Returns

link to external system

Return type

str

Was this entry helpful?