MF
04/30/2023, 3:44 PMkapa.ai
04/30/2023, 3:44 PMkapa.ai
04/30/2023, 3:45 PMMF
04/30/2023, 3:50 PMMF
04/30/2023, 4:49 PMMaxime Carbonneau-Leclerc (Airbyte)
05/01/2023, 4:44 PMdo i use the requests library or is there any class in airbyte to make the post?It’s python code so can use whatever you like. requests has a big community and is easy to use so it is a good pick.
instantiate the custom authenticator with the required credentials and pass it to your stream” where should i add this?At some point in your code, you will have to instantiate the new Authenticator class you have created. At that point, you’ll have to provide the username/password to this class. Eventually, you might want to make it accessible through the spec like MSSQL does