Create a declarative connector with a generic schema definition #58101
Unanswered
Armando García (agarcianx)
asked this question in
Connector Builder
Replies: 1 comment
|
Hi! This discussion hasn't had activity in over a year. Is this still relevant to you? If so, please reply and we'll keep it open. If we don't hear back within 14 days, we'll close this as part of our housekeeping. You can always reopen or create a new discussion later. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all!
I'm trying to build a connector for an endpoint that does not have a fixed format in the response, but I'm failing to set a generic schema definition 😕.
I've created a simple source (file "got_source.yaml" attached) with the builder setting a generic schema definition as it is specified here
But when I create a connection that exports that source to a file in S3 with jsonl format ("s3_result.jsonl"), the resulting file only contains metadata and nothing of the body returned from the API. Am I doing anything wrong ? btw, I'm running Airbyte locally for this poc, currently I'm using version 1.5.0.
s3_result.jsonl.txt
got_source.yaml.txt
Thx!
All reactions