Basics
Guides
Resources
Commits
hitl_request_callback
hitl_success_callback
hitl_failure_callback
wait_for_input
LocalLogNotifier
Simple notifier to demonstrate HITL notification without setup any connection.
Bases: airflow.sdk.bases.notifier.BaseNotifier
airflow.sdk.bases.notifier.BaseNotifier
Send a notification (sync).
Implementing this is a requirement for running this notifier in the Dag processor, which is where the on_success_callback and on_failure_callback run.
context (airflow.providers.common.compat.sdk.Context) – The airflow context
Was this entry helpful?
LocalLogNotifier.template_fields
LocalLogNotifier.message
LocalLogNotifier.notify()