This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7789ffc036ff77e15942b533afe067ab8e80615f
Author: Tamara Janina Fingerlin <[email protected]>
AuthorDate: Mon Apr 21 15:29:16 2025 +0200

    Correct asset event listener typo (#49485)
    
    (cherry picked from commit 879b6810ba496d7471761a3b6e5b2c5b953b358e)
---
 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.

Reply via email to