-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http connector: Normalization sync error #1296
Comments
Could you try to extract the following files please?
You should be able to do so by running the following commands to retrieve them (see docs): docker cp airbyte-server:/tmp/workspace/65/1/normalize/catalog.json catalog.json
docker cp airbyte-server:/tmp/workspace/65/1/normalize/models/generated/data.sql data.sql It would probably help us have a better understanding of what broke in the process, thanks! (or if you can share the HTTP source if it's public then it's even better to reproduce on our side) |
Hi @ChristopheDuong, I did generate the files for two different http connectors that fail in normalization. These look quite empty so I'm not sure if it's useful... The sources aren't public unfortunately. |
Thanks for your answer! Even if it's empty, it's actually a little bit useful... The conclusion is that the normalization itself hasn't failed but it is the input catalog.json files that are not valid... (so there are no chances that normalization can succeed from these inputs) Can you share the original schema of the source table/API? I suspect you are trying to replicate a nested/complex object that is not handled well in the UI yet as reported here:
|
In the meantime, i opened this new issue so we can identify the use case you encountered more rapidly from the logs: #1426 |
Thanks @ChristopheDuong, yes, both APIs I've tried return a nested schema. This would be a redacted and shortened example return:
|
@ChristopheDuong this should be fixed now given all of the upgrades you did to normalization, right? |
indeed |
Closing as this is probably solved in more recent versions of normalization, you can re-open if it still not successful with airbyte version greater than 0.17-2-alpha! |
Expected Behavior
I've tried to normalize json response from two different http sources.
Current Behavior
Failed sync on normalization step
The text was updated successfully, but these errors were encountered: