airflow.providers.amazon.aws.notifications.chime

模块内容

ChimeNotifier

Chime 通知器,用于通过回调向 Chime 聊天室发送消息。

属性

send_chime_notification

class airflow.providers.amazon.aws.notifications.chime.ChimeNotifier(*, chime_conn_id, message='This is the default chime notifier message')[源代码]

基类: airflow.notifications.basenotifier.BaseNotifier

Chime 通知器,用于通过回调向 Chime 聊天室发送消息。

参数
  • chime_conn_id (str) – 要使用的 Chime 连接,Endpoint 为“https://hooks.chime.aws”,webhook 令牌格式为 `{webhook.id}?token{webhook.token}`

  • message (str) – 要发送到与 webhook 关联的 Chime 聊天室的消息。

template_fields = ('message',)[源代码]
hook()[源代码]

为了减少开销,缓存通知器的 hook。

notify(context)[源代码]

向 Chime 聊天室发送消息。

airflow.providers.amazon.aws.notifications.chime.send_chime_notification[源代码]

此条目是否有帮助?