Hello all, I wrote a custom http source for orbit....
# connector-development
n
Hello all, I wrote a custom http source for orbit.love but I am having trouble adding it as a connector in the UI
e
Have you tried running the spec command on the connector?
n
@Ehmad Zubair yes, it works fine and returns the following output:
{"type": "SPEC", "spec": {"documentationUrl": "<https://docs.orbit.love/reference/about-the-orbit-api>", "connectionSpecification": {"$schema": "<http://json-schema.org/draft-07/schema#>", "title": "Orbit Love Spec", "type": "object", "required": ["api_key", "workspace_slug"], "additionalProperties": false, "properties": {"api_key": {"type": "string", "description": "Orbit.love API key"}, "workspace_slug": {"type": "string", "description": "Orbit.love workspace slug"}}}}}
@Ehmad Zubair at least one other person is having the same issue. See here: https://airbytehq.slack.com/archives/C01MFR03D5W/p1649439800991579
e
@Natan Yellin Can you post the public link of your docker image here?
This is most likely because of an incorrect tag/link. If you send the link, I can verify.
@Ehmad Zubair someone else with the same issue: https://airbytehq.slack.com/archives/C01VDDEGL7M/p1649723465463699 I suspect there is a bug here
e
I was able to add this source. I think you're adding
:v1
to the url and that is causing the problem. Use the following config: Docker repository name:
<http://us-central1-docker.pkg.dev/genuine-flight-317411/devel/natan_orbit_love_airbyte_test|us-central1-docker.pkg.dev/genuine-flight-317411/devel/natan_orbit_love_airbyte_test>
n
that’s not the case
@Rishika you’re having the same issue, right?
@Ehmad Zubair I think there is a bug here
I’m running from master if it matters
or maybe not?
I think the kubernetes yamls are from master, don’t know what airbyte image they pulled in
I just followed the exact instructions in the tutorial to setup airbyte on kubernetes