airflow.providers.google.cloud.links.bigtable

Module Contents

Classes

BigtableInstanceLink

Helper class for constructing Bigtable Instance link.

BigtableClusterLink

Helper class for constructing Bigtable Cluster link.

BigtableTablesLink

Helper class for constructing Bigtable Tables link.

Attributes

BIGTABLE_BASE_LINK

BIGTABLE_INSTANCE_LINK

BIGTABLE_CLUSTER_LINK

BIGTABLE_TABLES_LINK

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

Helper class for constructing Bigtable Instance link.

name = 'Bigtable Instance'[source]
key = 'instance_key'[source]
format_str[source]
static persist(context, task_instance)[source]

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

Helper class for constructing Bigtable Cluster link.

name = 'Bigtable Cluster'[source]
key = 'cluster_key'[source]
format_str[source]
static persist(context, task_instance)[source]

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

Helper class for constructing Bigtable Tables link.

name = 'Bigtable Tables'[source]
key = 'tables_key'[source]
format_str[source]
static persist(context, task_instance)[source]

Was this entry helpful?