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

jedcunningham 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 9c73b3f7fc Fix typo (#27327)
9c73b3f7fc is described below

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

    Fix typo (#27327)
---
 RELEASE_NOTES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 4d171f94c6..be6e0b34c4 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:

Reply via email to