-
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(schema-compiler): Reference granularities in a proxy dimension #8664
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
KSDaemon
force-pushed
the
proxy-granularities
branch
2 times, most recently
from
September 3, 2024 08:34
6f5243a
to
61ae0e1
Compare
KSDaemon
force-pushed
the
proxy-granularities
branch
6 times, most recently
from
September 6, 2024 05:24
3783c3d
to
3ba312d
Compare
KSDaemon
force-pushed
the
custom-granularities
branch
from
September 6, 2024 05:24
b6ae1d0
to
bead53d
Compare
KSDaemon
force-pushed
the
proxy-granularities
branch
4 times, most recently
from
September 6, 2024 12:07
56a522f
to
0b3fa7d
Compare
KSDaemon
force-pushed
the
custom-granularities
branch
2 times, most recently
from
September 9, 2024 09:14
2841d34
to
8dde82c
Compare
KSDaemon
force-pushed
the
proxy-granularities
branch
3 times, most recently
from
September 9, 2024 11:31
079f64d
to
aee2599
Compare
4 tasks
KSDaemon
force-pushed
the
proxy-granularities
branch
from
September 11, 2024 08:58
9b3fb2e
to
e755a5c
Compare
4 tasks
KSDaemon
force-pushed
the
custom-granularities
branch
from
September 11, 2024 14:33
31975df
to
73cf9b4
Compare
…iece to cubeReferenceProxy
KSDaemon
force-pushed
the
proxy-granularities
branch
from
September 13, 2024 13:35
b374833
to
7691704
Compare
…y/evaluateSymbolSql area, not going to dimensionSql()
KSDaemon
force-pushed
the
proxy-granularities
branch
from
September 15, 2024 19:45
282b054
to
8db5799
Compare
paveltiunov
changed the title
proxy granularities
feat: Reference granularities in a proxy dimension
Sep 15, 2024
paveltiunov
approved these changes
Sep 15, 2024
KSDaemon
changed the title
feat: Reference granularities in a proxy dimension
feat(schema-compiler): Reference granularities in a proxy dimension
Sep 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the ability to reference the time dimension granularity in dimension definition like this:
Then you can request those dimensions like any other: add filters, order, or whatever.
Smth like this:
The resulting query will automatically include the necessary code as if requesting the time dimension with specified granularity.
Depends on:
Check List