Create a declarative connector with a generic schema definition #58101
Unanswered
agarcianx
asked this question in
Connector Builder
Replies: 0 comments
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!
Beta Was this translation helpful? Give feedback.
All reactions