This module contains Google Cloud AlloyDB links.
Module Contents
Attributes
-
airflow.providers.google.cloud.links.alloy_db.ALLOY_DB_BASE_LINK = '/alloydb'[source]
-
airflow.providers.google.cloud.links.alloy_db.ALLOY_DB_CLUSTER_LINK[source]
-
class airflow.providers.google.cloud.links.alloy_db.AlloyDBClusterLink[source]
Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing AlloyDB cluster Link.
-
name = 'AlloyDB Cluster'[source]
-
key = 'alloy_db_cluster'[source]
-
format_str[source]
-
static persist(context, task_instance, location_id, cluster_id, project_id)[source]