Joffrey Bienvenu

Results 4 issues of 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...

area:providers
provider:snowflake
provider:common-sql
provider:databricks

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: -...

area:providers
provider:http

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...

kind:documentation
area:core-operators

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...

kind:documentation
area:core-operators