v2.1.0 - #93
Merged
Merged
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
* Fix dropdown zoom scale in visual editor * update deprecated tsconfig * update macros in example project
* Fix dropdown zoom scale in visual editor * update deprecated tsconfig * Add docs for agent skills * update changelog * run npm audit fix * update macros in example project * add dj-govern-model skill for audit of models for governance * update create new model skill * Make agents.md contributed by dj leaner with references. * dedup shared reference files * update format * Add new create source skill * add utility skills for dbt, trino, git and update for lightdash * update agent skills doc * update changelog to be concise * update skills for group yml paths and links in govern model * remove local settings
gowthamrajj
marked this pull request as ready for review
August 4, 2026 10:37
ajayjayendran
approved these changes
Aug 4, 2026
dinpraka
approved these changes
Aug 4, 2026
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.
Changes
Agent skills
dj-govern-modelskill. Runs a read-only governance audit across a model, folder, dependency tree, or the whole workspace — ownership, PII / classification / compliance tagging, registered-group conformance, and prod-write posture — and points you to the skill that fixes each gap. Try "Which models in the finance group have no owner?"dj-create-sourceskill. Registers a raw Trino table as a DJ source by reading its exact column types from the warehouse, so a model that reads a not-yet-definedcatalog.schema.tablebuilds instead of failing. Authoring skills detect the missing source and offer to create it, or run theDJ: Create Sourcecommand yourself.dj-run-dbt,dj-run-trino, anddj-git-workflowskills. Compile and test models, run read-only Trino queries, and commit your.model.jsonsources together with their generated SQL/YAML — activating the right Python environment and keeping warehouse writes behind explicit confirmation.groupto be registered inmodels/groups.yml, and offers optionalowner/pii/classification/compliancetags (skip them and nothing is written). Anything that writes to the warehouse or production always needs your explicit confirmation..agents/dj/AGENTS.mdis now a slim hub, with deep reference material split into on-demand files under.agents/dj/reference/that skills open only when needed.UX improvements
Documentation