This is an automated email from the ASF dual-hosted git repository.
potiuk 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 a4f6f3d6fe improve quick start guide (#28949)
a4f6f3d6fe is described below
commit a4f6f3d6fe614457ff95ac803fd15e9f0bd38d27
Author: gxcuit <[email protected]>
AuthorDate: Mon Jan 16 05:01:08 2023 +0800
improve quick start guide (#28949)
change task run to task test
---
docs/apache-airflow/start.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/start.rst b/docs/apache-airflow/start.rst
index 1c7625dbc2..35c62bdc74 100644
--- a/docs/apache-airflow/start.rst
+++ b/docs/apache-airflow/start.rst
@@ -90,7 +90,7 @@ run the commands below.
.. code-block:: bash
# run your first task instance
- airflow tasks run example_bash_operator runme_0 2015-01-01
+ airflow tasks test example_bash_operator runme_0 2015-01-01
# run a backfill over 2 days
airflow dags backfill example_bash_operator \
--start-date 2015-01-01 \