-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(gateway): return usedPreAggregations even in prod #9055
base: master
Are you sure you want to change the base?
Conversation
27d5942
to
5d89ccd
Compare
Hi @flochaz 👋 Thanks for the contribution. Could you please explain what are you trying to achieve with this change? What is your use case? |
ARG DEV_BUILD_IMAGE=cubejs/cube:build | ||
ARG DEV_BUILD_IMAGE=cubejs/cube:dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why is this change needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After quick search — it seems that we do not produce cubejs/cube:build
tags anymore, so I think that one was just missed. So it is ok!
Check List
Issue Reference this PR resolves
#9078
Description of Changes Made (if issue reference is not provided)
We are heavily relying on pre-aggregation and relying on job API to force rebuilt of pre aggregation.
The API support cubes or preAggregation parameter but there is no way to know what cube or preAggregation is used by a given query