Joffrey Bienvenu
Joffrey Bienvenu
This PR add [rowcounts](https://peps.python.org/pep-0249/#rowcount) to the output of the SQLExecuteQueryOperator. **Use-case**: The rowcount is already printed in the logs. It's a great info ! It's even better if this info...
Hello, This PR makes possible to setup and parameterize HttpHook and HttpAsyncHook's `auth_type` from the Connection UI. Concretely, this PR: - Add two extra settings in Http 'Extra' Connection: -...
This PR change the behavior of the BashOperator: When executing a `.sh` file with Jinja templating enabled (without the space -- `.sh `), the rendered script is written back into...
Backport of #42783 to Airflow 2. When the BashOperator fails to write the rendered Jinja into a new file, it warns the user to add "write" and "execute" permissions in...