airflow.providers.google.cloud.links.stackdriver

This module contains Google Stackdriver links.

Module Contents

Classes

StackdriverNotificationsLink

Helper class for constructing Stackdriver Notifications Link

StackdriverPoliciesLink

Helper class for constructing Stackdriver Policies Link

Attributes

STACKDRIVER_BASE_LINK

STACKDRIVER_NOTIFICATIONS_LINK

STACKDRIVER_POLICIES_LINK

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

Helper class for constructing Stackdriver Notifications Link

name = Cloud Monitoring Notifications[source]
key = stackdriver_notifications[source]
format_str[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]
key = stackdriver_policies[source]
format_str[source]
static persist(operator_instance, context, project_id)[source]

Was this entry helpful?