Skip to content

Commit 03ff159

Browse files
kaxilnailo2c
authored andcommitted
Fix typo in Newsfragment (apache#47641)
Example: ```airflow.operators....EmptyOperator``` to ``airflow.operators.EmptyOperator``
1 parent 099d74b commit 03ff159

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

newsfragments/41368.significant.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ For example, instead of ``from airflow.sensors import TimeDeltaSensor``, use ``f
3030

3131
* [x] ``airflow.operators.bash_operator.BashOperator`` → ``airflow.operators.bash.BashOperator``
3232
* [x] ``airflow.operators.branch_operator.BaseBranchOperator`` → ``airflow.operators.branch.BaseBranchOperator``
33-
* [ ] ``airflow.operators....EmptyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
34-
* [ ] ``airflow.operators....DummyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
33+
* [ ] ``airflow.operators.EmptyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
34+
* [ ] ``airflow.operators.DummyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
3535
* [ ] ``airflow.operators.dummy_operator.EmptyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
3636
* [ ] ``airflow.operators.dummy_operator.DummyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
3737
* [x] ``airflow.operators.email_operator.EmailOperator`` → ``airflow.operators.email.EmailOperator``

newsfragments/46231.significant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ For new and existing DAGs, users must import ``EmptyOperator`` from ``airflow.pr
2020

2121
* AIR302
2222

23-
* [ ] ``airflow.operators....EmptyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``
23+
* [ ] ``airflow.operators.EmptyOperator`` → ``airflow.providers.standard.operators.empty.EmptyOperator``

0 commit comments

Comments
 (0)