Results 12 issues of David Blain

When using the --report-html option to generate html report of mutation testing, the individual numbered pages link incorrectly to a numbered html page in the root of specified --report--html directory,...

Hello, This is a [pull request](https://github.com/requests/requests-oauthlib/pull/394/commits/1224b580b1791511af6b56c489a34054ca049306) based on the changes made by @denizdogan but which finally never got merged due to missing tests. Here is the original explaination: ``` This...

Added new entry in the Async Providers for the Airflow MS Graph API provider

Implemented a default response handler which suppresses JSONDecodeError when response is empty or isn't of type json but the default response type json was specified, otherwise will return the contents...

provider:microsoft-azure
area:providers

Hello, We are using the keepercommander library as a secrets backend in Airflow, so for that we implemented a custom SecretsBackend which allows us to use Keeper as a backend...

Same as with [PR 42705](https://github.com/apache/airflow/pull/42705), we need to make sure the SQLAlchemy engine uses the same ODBC connection when creating the engine in the OdbcHook as the OdbcHook is also...

area:providers
provider:odbc

Today I've discovered that the conn id parameters (source_conn_id and destination_conn_id) aren't templated in the GenericTransfer. This PR will also allow passing hook parameters like in BaseSQLOperator. Refactored the get_hook...

area:providers
area:core-operators
provider:common-sql

As proposed on the [devlist](https://lists.apache.org/thread/bx2w6dpr3ynvnq06n4v62n7g8dodt2rt) I've implemented a new oprator called the "StreamedOperator". Of course I don't know if this is a good name, but I'll explain what I wanted...

This PR introduces the notion of an SQL Dialect class in the DbApiHook. Let me first elaborate why I did such an approach, this PR is a proposition and can...

area:providers
provider:common-sql
provider:microsoft-mssql