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

kaxilnaik 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 97b46a1d02d Fix typo in newsfragment (#48948)
97b46a1d02d is described below

commit 97b46a1d02d93bcbf3822a05cba0dcc710824220
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Apr 8 21:05:52 2025 +0530

    Fix typo in newsfragment (#48948)
    
    added an exclude in newsfragment.
---
 .pre-commit-config.yaml                          | 1 +
 airflow-core/newsfragments/41368.significant.rst | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1094bc1c485..887cb77286f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -632,6 +632,7 @@ repos:
           ^.*\.(png|gif|jp[e]?g|tgz|lock)$|
           git|
           ^airflow-core/newsfragments/43349\.significant\.rst$|
+          ^airflow-core/newsfragments/41368\.significant\.rst$|
           .*/dist/.*|
           package-lock\.json$
       - id: check-base-operator-partial-arguments
diff --git a/airflow-core/newsfragments/41368.significant.rst 
b/airflow-core/newsfragments/41368.significant.rst
index 8c082374f62..641696a4b3f 100644
--- a/airflow-core/newsfragments/41368.significant.rst
+++ b/airflow-core/newsfragments/41368.significant.rst
@@ -47,8 +47,8 @@ For example, instead of ``from airflow.sensors import 
TimeDeltaSensor``, use ``f
       * [x] ``airflow.operators.bash_operator.BashOperator`` → 
``airflow.providers.standard.operators.bash.BashOperator``
       * [x] ``airflow.operators.branch_operator.BaseBranchOperator`` → 
``airflow.providers.standard.operators.branch.BaseBranchOperator``
       * [x] ``airflow.sensors.date_time_sensor.DateTimeSensor`` → 
``airflow.providers.standardi.sensors.DateTimeSensor``
-      * [x] ``airflow.operators.dumm y.EmptyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
-      * [x] ``airflow.operators.dumm y.DummyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
+      * [x] ``airflow.operators.dummy.EmptyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
+      * [x] ``airflow.operators.dummy.DummyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
       * [x] ``airflow.operators.dummy_operator.EmptyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
       * [x] ``airflow.operators.dummy_operator.DummyOperator`` → 
``airflow.providers.standard.operators.empty.EmptyOperator``
       * [x] ``airflow.operators.email_operator.EmailOperator`` → 
``airflow.providers.smtp.operators.smtp.EmailOperator``

Reply via email to