Skip to content

Commit

Permalink
Update airflow/operators/bash.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
  • Loading branch information
Taragolis and uranusjr committed Mar 6, 2024
1 parent a282bb1 commit fc16906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/operators/bash.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BashOperator(BaseOperator):
exit code will be treated as a failure.
:param cwd: Working directory to execute the command in (templated).
If None (default), the command is run in a temporary directory.
For use current DAG folder as the working directory,
To use current DAG folder as the working directory,
you might set template ``{{ dag_run.dag.folder }}``.
Airflow will evaluate the exit code of the Bash command. In general, a non-zero exit code will result in
Expand Down

0 comments on commit fc16906

Please sign in to comment.