We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the BigQuery executor is limited to only 10.000 rows:
windmill/backend/windmill-worker/src/bigquery_executor.rs
Line 149 in d0c0eca
The limit is rather arbitrary, and not suited for many use cases. The reason seems that no pagination was implemented, and the page size is taken as total limit for the response: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query
The text was updated successfully, but these errors were encountered:
👍 we should be able to stream and also to store result in s3 when too large @wendrul
Sorry, something went wrong.
No branches or pull requests
Currently, the BigQuery executor is limited to only 10.000 rows:
windmill/backend/windmill-worker/src/bigquery_executor.rs
Line 149 in d0c0eca
The limit is rather arbitrary, and not suited for many use cases. The reason seems that no pagination was implemented, and the page size is taken as total limit for the response: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query
The text was updated successfully, but these errors were encountered: