bi_etl.notifiers.log_notifier module
- class bi_etl.notifiers.log_notifier.LogNotifier(*, name: str | None = None)[source]
Bases:
NotifierBase- post_status(status_message)
Send a temporary status messages that gets overwritten with the next status message that is sent.
- Parameters:
status_message¶
- send(subject: str, message: str, sensitive_message: str = None, attachment: NotifierAttachment | None = None, throw_exception: bool = False, **kwargs)[source]
- warn_kwargs(**kwargs)