This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c0d9862d76 Emit DataDog statsd metrics with metadata tags (#28961)
add 100bb8d79a listener plugin example added (#27905)
No new revisions were added by this update.
Summary of changes:
airflow/example_dags/plugins/event_listener.py | 156 +++++++++++++++++++++
.../plugins/listener_plugin.py} | 12 +-
docs/apache-airflow/howto/index.rst | 1 +
docs/apache-airflow/howto/listener-plugin.rst | 95 +++++++++++++
docs/spelling_wordlist.txt | 1 +
5 files changed, 259 insertions(+), 6 deletions(-)
create mode 100644 airflow/example_dags/plugins/event_listener.py
copy airflow/{providers/amazon/aws/utils/rds.py =>
example_dags/plugins/listener_plugin.py} (78%)
create mode 100644 docs/apache-airflow/howto/listener-plugin.rst