From 0dd6bcaf1228fbc523405136f5c15902a310cc72 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Thu, 4 Feb 2021 15:26:48 +0200 Subject: [PATCH] fix bash_command example to avoid Jinja template not found --- docs/apache-airflow/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst index 3a6b7ce9341ab..0fba01db46ee5 100644 --- a/docs/apache-airflow/tutorial.rst +++ b/docs/apache-airflow/tutorial.rst @@ -159,7 +159,7 @@ parameters and/or objects to your templates. Please take the time to understand how the parameter ``my_param`` makes it through to the template. Files can also be passed to the ``bash_command`` argument, like -``bash_command='templated_command.sh'``, where the file location is relative to +``bash_command='templated_command.sh '``, where the file location is relative to the directory containing the pipeline file (``tutorial.py`` in this case). This may be desirable for many reasons, like separating your script's logic and pipeline code, allowing for proper code highlighting in files composed in