airflow.providers.google.cloud.links.base

Attributes

BASE_LINK

Classes

BaseGoogleLink

Base class for all Google links.

Module Contents

Bases: airflow.sdk.BaseOperatorLink

Base class for all Google links.

name: ClassVar[str][source]

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

key: ClassVar[str][source]
format_str: ClassVar[str][source]

Link to external system.

Parameters:
Returns:

link to external system

Return type:

str

Was this entry helpful?