Hello all - I am working on creating a connector t...
# help-connector-development
d
Hello all - I am working on creating a connector through the connector UI for Shipbob but when I go to test my stream it seems to give me a dummy output as following. Thank you for any help in advance!
Copy code
[
  {
    "name": "Joel Miller"
  },
  {
    "name": "Ellie Williams"
  }
]
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I can guide you to some resources that might help you with building and testing connectors in Airbyte. 1. Connector Development Documentation: https://docs.airbyte.com/connector-development/ 2. Using Custom Connectors Guide: https://docs.airbyte.com/operator-guides/using-custom-connectors 3. Connector Builder UI Documentation: https://docs.airbyte.com/connector-development/config-based/connector-builder-ui These resources should help you understand the process of building and testing connectors in Airbyte. If you still face issues, you can ask for help in the Airbyte community forum or Slack channel.
a
Hi Dion, what version of Airbyte are you using?
Can you also share whether you’re running airbyte on kubernetes or with docker compose
d
@Alexandre Girard (Airbyte) We are on version 0.43.1 and are running airbyte on kubernetes deployed on AWS EKS
@Alexandre Girard (Airbyte) Any potential thoughts on this one?
a
you'll need to upgrade to 0.44.1 or higher
d
amazing thanks!