mans2singh commented on pull request #9000:
URL: https://github.com/apache/airflow/pull/9000#issuecomment-633724562


   @kaxil - Thanks for the clarification, it was my mistake - I thought the 
following comment was for all scripts [Bash 
Operator](https://airflow.apache.org/docs/stable/howto/operator/bash.html#jinja-template-not-found).
   
   ```
    t2 = BashOperator(
       task_id='bash_example',
   
       # This fails with 'Jinja template not found' error
       # bash_command="/home/batcher/test.sh",
   
       # This works (has a space after)
       bash_command="/home/batcher/test.sh ",
       dag=dag)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to