-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prepare api call kwargs correctly for synchronous methods when u…
…sing FivetranHookAsync (#115) * fix: always use (username,password) tuple for sync auth and aiohttp.BasicAuth for async auth This is related to issue #107 Changes: Always return kwargs["auth"] as a tuple from FivetranHook._prepare_api_call_kwargs Rename FivetranHookAsync._prepare_api_call_kwargs to FivetranHookAsync._prepare_api_call_kwargs_async
- Loading branch information
1 parent
7f3a96c
commit 9d42127
Showing
2 changed files
with
69 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters