This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d611b24896c add min version to virtualenv (#43189)
add 0e112bf0e45 BashOperator: Execute templated bash script as file
(#42783)
No new revisions were added by this update.
Summary of changes:
docs/apache-airflow/howto/operator/bash.rst | 138 ++++++++++++---------
newsfragments/42783.improvement.rst | 1 +
.../airflow/providers/standard/hooks/subprocess.py | 19 ++-
.../airflow/providers/standard/operators/bash.py | 74 +++++++++--
providers/tests/standard/operators/test_bash.py | 29 +++++
tests/decorators/test_bash.py | 36 ++++++
6 files changed, 222 insertions(+), 75 deletions(-)
create mode 100644 newsfragments/42783.improvement.rst