airflow.providers.google.cloud.links.bigtable

模块内容

BigtableInstanceLink

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

BigtableClusterLink

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

BigtableTablesLink

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

属性

BIGTABLE_BASE_LINK

BIGTABLE_INSTANCE_LINK

BIGTABLE_CLUSTER_LINK

BIGTABLE_TABLES_LINK

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

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

name = 'Bigtable 实例'[源代码]
key = 'instance_key'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

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

name = 'Bigtable 集群'[源代码]
key = 'cluster_key'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

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

name = 'Bigtable 表'[源代码]
key = 'tables_key'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

此条目是否有帮助?