airflow.providers.google.cloud.links.alloy_db

This module contains Google Cloud AlloyDB links.

Module Contents

Classes

AlloyDBClusterLink

Helper class for constructing AlloyDB cluster Link.

Attributes

ALLOY_DB_BASE_LINK

ALLOY_DB_CLUSTER_LINK

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]

Was this entry helpful?