Update from code changes: data apps role, viz portability, theme cap#995
Open
mintlify[bot] wants to merge 1 commit into
Open
Update from code changes: data apps role, viz portability, theme cap#995mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
🤖 Documentation BotStatus🔗 Broken Links (Manual Fix Required)Click to view details |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
01bb573 to
b2ab4d4
Compare
Contributor
🤖 Documentation BotStatus🔗 Broken Links (Manual Fix Required)Click to view details |
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.
Summary
Documents three coordinated data-apps improvements: the required project role to create an app now starts at Editor, data app visualizations round-trip their schema through
lightdash download/upload, and themes have a hard 100 MB total-size limit.Changes
references/workspace/roles.mdx— flip Create Data App to unavailable for Interactive Viewer; still granted to Editor+.guides/data-apps.mdx— document the manifest's newvizSchemafield for data app visualizations and clarify that a viz round-trips through the download → edit → upload loop (including into a new project) without needing to be regenerated.guides/data-apps/themes.mdx— add a Size limit section covering the 100 MB total-assets cap (bytes-based, no file-count cap), the 10 MB per-file cap, the four enforcement points, and the specific error surfaced when the limit is exceeded.references/lightdash-cli.mdx— note that--appsonlightdash downloadwrites the viz schema into the manifest and--appsonlightdash uploadsends it back; call out that upload needs thecreate:DataAppscope (Editor+).Context
create:DataAppto Editor role lightdash#25425 — movecreate:DataAppto the Editor role