-
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(api-gateway): Meta - expose aliasMember for members in cube #8945
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
664cab5
to
07be00f
Compare
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.
👍🏻 LGTM!
edf69ce
to
1a4c4bb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8945 +/- ##
==========================================
+ Coverage 82.50% 82.55% +0.04%
==========================================
Files 221 221
Lines 77606 77713 +107
==========================================
+ Hits 64027 64153 +126
+ Misses 13579 13560 -19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…e-js#8945) Motivation for change: While working on the new layer for MDX, I discovered that all members in views are defined as View's members. This leads to a problem: I am not able to separate them by cubes to align our model with Analysis Services.
Motivation:
While I was working on the new layer for MDX, I discovered that all members in views are defined as View's members. It leads to a problem, that I am not able to separate it by cubes to align our model with Analysis Services.