airflow.providers.google.cloud.links.base

属性

BASE_LINK

BaseGoogleLink

所有 Google 链接的基类。

模块内容

基类: airflow.sdk.BaseOperatorLink

所有 Google 链接的基类。

name: ClassVar[str][source]

链接名称。这将是任务 UI 上的按钮名称。

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

链接到外部系统。

参数:
返回:

外部系统链接

返回类型:

str

此条目有用吗?