Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.google.cloud.links.stackdriver¶

This module contains Google Stackdriver links.

Attributes¶

STACKDRIVER_BASE_LINK

STACKDRIVER_NOTIFICATIONS_LINK

STACKDRIVER_POLICIES_LINK

Classes¶

StackdriverNotificationsLink

Helper class for constructing Stackdriver Notifications Link.

StackdriverPoliciesLink

Helper class for constructing Stackdriver Policies Link.

Module Contents¶

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

Helper class for constructing Stackdriver Notifications Link.

name = 'Cloud Monitoring Notifications'[source]¶

Name of the link. This will be the button name on the task UI.

key = 'stackdriver_notifications'[source]¶
format_str = '/monitoring/alerting/notifications?project={project_id}'[source]¶
static persist(operator_instance, context, project_id)[source]¶

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

Helper class for constructing Stackdriver Policies Link.

name = 'Cloud Monitoring Policies'[source]¶

Name of the link. This will be the button name on the task UI.

key = 'stackdriver_policies'[source]¶
format_str = '/monitoring/alerting/policies?project={project_id}'[source]¶
static persist(operator_instance, context, project_id)[source]¶

Was this entry helpful?