airflow.providers.google.cloud.links.stackdriver

此模块包含 Google Stackdriver 链接。

模块内容

StackdriverNotificationsLink

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

StackdriverPoliciesLink

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

属性

STACKDRIVER_BASE_LINK

STACKDRIVER_NOTIFICATIONS_LINK

STACKDRIVER_POLICIES_LINK

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

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

name = '云监控通知'[来源]
key = 'stackdriver_notifications'[来源]
format_str[来源]
static persist(operator_instance, context, project_id)[来源]

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

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

name = '云监控策略'[来源]
key = 'stackdriver_policies'[来源]
format_str[来源]
static persist(operator_instance, context, project_id)[来源]

此条目是否对您有帮助?