-
Notifications
You must be signed in to change notification settings - Fork 40
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
🐛 Bug: PostgreSQL Cache can't handle undeclared dict type Column. #117
Comments
@tinomerl - Thanks for raising! 🙏 |
@tinomerl - I have opened this PR which begins to add the PokeAPI source to our core test suite. While testing, I found that there's a compounding issue with that source, which is that an extra top-level field More detail in this comment, but either way, we will plan to make a fix. |
@tinomerl - Thanks again for raising this. We are closing in on a fix. The PR below has replicated and successfully resolved the issue. Merge is expected soon, and should release tomorrow or early next week. |
@tinomerl - We've just merged the PR. This fix should release shortly. |
Hey @aaronsteers , thanks for the update. Just retested and it worked. Unfortunately i found another bug when testing with the PostgreSQL cache. I opened another Issue here at #148 |
Problem
When trying to replicate data from a source and saving it in a PostgreSQL DB i receive the following Exception.
DuckDB has no problem with saving data in the JSON Format. Only when trying to save in a PostgreSQL DB it happens. I didn't have time/access to evaluate other caches.
Example Code
Full Error Stacktrace
The text was updated successfully, but these errors were encountered: