Skip to content
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

Redshift adapter doesn't pull schemas and database entities #104

Open
ValeriyWorld opened this issue Aug 19, 2024 · 2 comments
Open

Redshift adapter doesn't pull schemas and database entities #104

ValeriyWorld opened this issue Aug 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working investigation

Comments

@ValeriyWorld
Copy link
Contributor

All tables' metadata from Redshift is pulled, but schemas entities and database entity are not.

@ValeriyWorld
Copy link
Contributor Author

The adapter is working fine, getting all the entities. The problem was in the chunk size - it was too big (1000 items), so chunks become bigger than our default limit - 20Mb. Lowering the chunk size solved the problem.

@ValeriyWorld
Copy link
Contributor Author

The issue remains open only for the reason to reproduce it and check, if ODD Platform gives clear enough logging to understand the roots of the possible problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigation
Projects
None yet
Development

No branches or pull requests

1 participant