Error adding new Python CDK source connector

Summary

Error encountered when adding a new Python CDK source connector


Question

I get this error when adding a new python cdk source connector



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["error", "adding", "new", "python-cdk", "source-connector"]

on local Airbyte by abctl?

for debugging
install kind https://kind.sigs.k8s.io/docs/user/quick-start/#installation and check logs

kind export logs --name=airbyte-abctl kind-logs
in kind-logs directory you will find all the logs

abctl uses kind cluster under the hood

when you install kind and export logs, let me know if you find something interesting there

by the way, have you loaded source-couchbase:dev image into kind cluster?

nope havent done anything with kind. i was just following the python cdk speedrun tutorial

point 6.
https://docs.airbyte.com/contributing-to-airbyte/developing-locally#connector-contributions

kind load docker-image airbyte/source-couchbase:dev -n airbyte-abctl

ohk lemme install kidnd, check th logs and get back

my suggestion:

install kind,
load image kind load docker-image airbyte/source-couchbase:dev -n airbyte-abctl
try to configure connector
then export logs if you still get An unknown error occurred. (HTTP 504)

I noticed different error HTTP 500, so it might be something with your connector now

yup https://airbytehq.slack.com/archives/C01AHCD885S/p1727337383400159?thread_ts=1727335750.898189&cid=C01AHCD885S
this is the error