airflow.providers.google.cloud.links.alloy_db¶
This module contains Google Cloud AlloyDB links.
Attributes¶
Classes¶
Helper class for constructing AlloyDB cluster Link. |
|
Helper class for constructing AlloyDB users Link. |
|
Helper class for constructing AlloyDB backups Link. |
Module Contents¶
- airflow.providers.google.cloud.links.alloy_db.ALLOY_DB_CLUSTER_LINK = '/alloydb/locations/{location_id}/clusters/{cluster_id}?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.alloy_db.ALLOY_DB_USERS_LINK = '/alloydb/locations/{location_id}/clusters/{cluster_id}/users?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.alloy_db.ALLOY_DB_BACKUPS_LINK = '/alloydb/backups?project={project_id}'[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.
- class airflow.providers.google.cloud.links.alloy_db.AlloyDBUsersLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing AlloyDB users Link.