airbyte's authenticators are basically the `reques...
# connector-development
e
airbyte's authenticators are basically the
requests
package's session authenticators aren't they? the
requests_native
package, at that and the fact that they're passed into
self._session.auth
both kinda hint at that. i just want to make sure that there's nothing special about them before trying to roll my own
o
loading...
loading...
loading...