This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 395976578925724de46515b58673a9ba3560ca07 Author: gxcuit <[email protected]> AuthorDate: Mon Jan 16 05:01:08 2023 +0800 improve quick start guide (#28949) change task run to task test (cherry picked from commit a4f6f3d6fe614457ff95ac803fd15e9f0bd38d27) --- 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 \
