feat(schema-compiler): Support overriding title, description, meta, and format on view members#9496
Merged
feat(schema-compiler): Support overriding title, description, meta, and format on view members#9496
title, description, meta, and format on view members#9496Conversation
35638b8 to
9a0abad
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9496 +/- ##
==========================================
+ Coverage 58.97% 59.02% +0.05%
==========================================
Files 153 153
Lines 13053 13067 +14
Branches 2212 2223 +11
==========================================
+ Hits 7698 7713 +15
+ Misses 5040 5039 -1
Partials 315 315
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9a0abad to
6e49779
Compare
ovr
approved these changes
Apr 23, 2025
6e49779 to
0d568d4
Compare
marianore-muttdata
pushed a commit
to MuttData/cube
that referenced
this pull request
Jun 17, 2025
…ta`, and `format` on view members (cube-js#9496) * allow overrides in views validator * allow objects in view's includes without aliases * feat(schema-compiler): Support overriding `title`, `description`, `meta`, and `format` on view members * code polish * add tests * code polish
This file contains hidden or 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
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 change allows to override of some descriptive properties in the view's included members.
So now it's possible to do things like this:
Check List