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

A single Foundry call is limited to returning less that one million rows or 1GB. #1

Open
phil-moura opened this issue Jun 16, 2023 · 0 comments

Comments

@phil-moura
Copy link

The UEC extract failed when adding a new metric and this was because the additional rows contributed by the new metric broke the 1 million rows Foundry limit. This meant the entire call failed and NO rows were returned. Either the Foundry wrapper needs to manage chunking up the query itself or users of the API need to be made aware that they might need to create separate queries (I know this is solutionising but it's Friday so sue me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant