airflow.providers.google.cloud.links.base

Module Contents

Classes

BaseGoogleLink

meta private

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
Returns

link to external system

Return type

str

Was this entry helpful?