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 = 'Cloud Monitoring 通知'[原始碼]
key = 'stackdriver_notifications'[原始碼]
format_str[原始碼]
static persist(operator_instance, context, project_id)[原始碼]

基底類別: airflow.providers.google.cloud.links.base.BaseGoogleLink

用於建構 Stackdriver 政策連結的輔助類別。

name = 'Cloud Monitoring 政策'[原始碼]
key = 'stackdriver_policies'[原始碼]
format_str[原始碼]
static persist(operator_instance, context, project_id)[原始碼]

此條目是否對您有幫助?