You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/04 09:43:42 UTC

[airflow] branch master updated: Fix the command in the documentation - airflow dags backfill (#9128)

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

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1184f4a  Fix the command in the documentation - airflow dags backfill (#9128)
1184f4a is described below

commit 1184f4a444780d31059826942f18a7d18900ed8f
Author: svetli-n <s....@gmail.com>
AuthorDate: Thu Jun 4 11:42:46 2020 +0200

    Fix the command in the documentation - airflow dags backfill (#9128)
---
 docs/dag-run.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dag-run.rst b/docs/dag-run.rst
index c53ed2d..fc23c46 100644
--- a/docs/dag-run.rst
+++ b/docs/dag-run.rst
@@ -138,7 +138,7 @@ Run the below command
 
 .. code:: bash
 
-    airflow backfill -s START_DATE -e END_DATE dag_id
+    airflow dags backfill -s START_DATE -e END_DATE dag_id
 
 The `backfill command <cli-ref.html#backfill>`_ will re-run all the instances of the dag_id for all the intervals within the start date and end date.