This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 879b6810ba4 Correct asset event listener typo (#49485)
879b6810ba4 is described below
commit 879b6810ba496d7471761a3b6e5b2c5b953b358e
Author: Tamara Janina Fingerlin <[email protected]>
AuthorDate: Mon Apr 21 15:29:16 2025 +0200
Correct asset event listener typo (#49485)
---
airflow-core/docs/administration-and-deployment/listeners.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/administration-and-deployment/listeners.rst
b/airflow-core/docs/administration-and-deployment/listeners.rst
index 2ae7899e261..e691ff63ce4 100644
--- a/airflow-core/docs/administration-and-deployment/listeners.rst
+++ b/airflow-core/docs/administration-and-deployment/listeners.rst
@@ -101,7 +101,7 @@ Asset Events
--------------
- ``on_asset_created``
-- ``on_dataset_alias_created``
+- ``on_asset_alias_created``
- ``on_asset_changed``
Asset events occur when Asset management operations are run.