You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/11/09 20:22:55 UTC

[airflow] 12/29: Fix typo (#27327)

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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit b0ff69b02b932f74ac3d90c974b66f11e59b90d2
Author: bmtKIA6 <bm...@users.noreply.github.com>
AuthorDate: Thu Oct 27 14:04:23 2022 -0400

    Fix typo (#27327)
    
    (cherry picked from commit 9c73b3f7fc1d18925d0ed09e8719f53b8147b0f2)
---
 RELEASE_NOTES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index f126faf57c..46d9a702f3 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -158,7 +158,7 @@ pass a list of 1 or more Datasets:
 
 ..  code-block:: python
 
-    with DAG(dag_id='dataset-consmer', schedule=[dataset]):
+    with DAG(dag_id='dataset-consumer', schedule=[dataset]):
         ...
 
 And to mark a task as producing a dataset pass the dataset(s) to the ``outlets`` attribute: