airflow.providers.google.cloud.links.stackdriver

此模块包含 Google Stackdriver 链接。

属性

STACKDRIVER_BASE_LINK

STACKDRIVER_NOTIFICATIONS_LINK

STACKDRIVER_POLICIES_LINK

StackdriverNotificationsLink

用于构建 Stackdriver 通知链接的辅助类。

StackdriverPoliciesLink

用于构建 Stackdriver 策略链接的辅助类。

模块内容

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Stackdriver 通知链接的辅助类。

name = 'Cloud Monitoring Notifications'[源]

链接名称。这将在任务 UI 上作为按钮名称显示。

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

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Stackdriver 策略链接的辅助类。

name = 'Cloud Monitoring Policies'[源]

链接名称。这将在任务 UI 上作为按钮名称显示。

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

本条目是否有帮助?