Kaggle API is not working for a CDK Custom Connector

I was trying to authenticate with the kaggle api through airbyte. I tried the token approach as in the docs but it’s not working.

Kaggle api uses basic authentication. I’ve provided the auth token as the parameter. But it’s not working. (Kaggle requires to provide list of parameters in the config.json folder, which I have provided) when trying to authenticate the TokenAuthenticator option only supports few options and we are not able to get it to work with our parameters.

Hey, did you give a try to the BasicHttpAuthenticator instead of TokenAuthtenicator?

Feel free to share a sample of your code and the Kaggle API reference you are using if you nee additional assistance from our side.