airflow.providers.google.cloud.links.bigtable

属性

BIGTABLE_BASE_LINK

BIGTABLE_INSTANCE_LINK

BIGTABLE_CLUSTER_LINK

BIGTABLE_TABLES_LINK

BigtableInstanceLink

用于构建 Bigtable Instance 链接的辅助类。

BigtableClusterLink

用于构建 Bigtable Cluster 链接的辅助类。

BigtableTablesLink

用于构建 Bigtable Tables 链接的辅助类。

模块内容

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Bigtable Instance 链接的辅助类。

name = 'Bigtable 实例'[source]

链接名称。这将在任务 UI 上显示为按钮名称。

key = 'instance_key'[source]
format_str = '/bigtable/instances/{instance_id}/overview?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Bigtable Cluster 链接的辅助类。

name = 'Bigtable 集群'[source]

链接名称。这将在任务 UI 上显示为按钮名称。

key = 'cluster_key'[source]
format_str = '/bigtable/instances/{instance_id}/clusters/{cluster_id}?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Bigtable Tables 链接的辅助类。

name = 'Bigtable 表格'[source]

链接名称。这将在任务 UI 上显示为按钮名称。

key = 'tables_key'[source]
format_str = '/bigtable/instances/{instance_id}/tables?project={project_id}'[source]
static persist(context, task_instance)[source]

此条目是否有帮助?