airflow.providers.google.cloud.links.stackdriver¶
此模块包含 Google Stackdriver 链接。
属性¶
类¶
用于构建 Stackdriver 通知链接的辅助类。 |
|
用于构建 Stackdriver 策略链接的辅助类。 |
模块内容¶
- airflow.providers.google.cloud.links.stackdriver.STACKDRIVER_NOTIFICATIONS_LINK = '/monitoring/alerting/notifications?project={project_id}'[源]¶
- airflow.providers.google.cloud.links.stackdriver.STACKDRIVER_POLICIES_LINK = '/monitoring/alerting/policies?project={project_id}'[源]¶
- class airflow.providers.google.cloud.links.stackdriver.StackdriverNotificationsLink[源]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Stackdriver 通知链接的辅助类。
- class airflow.providers.google.cloud.links.stackdriver.StackdriverPoliciesLink[源]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Stackdriver 策略链接的辅助类。