Conversation
…uery editor Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(extension): harden DJ sync queue against bulk file changes Add coalescing delay, bulk-change detection, expanded git action coverage, activity-based git-pending window, and manifest reparse for bulk targeted syncs to prevent inconsistent state after git pull/checkout/restore and other mass file operations. * combine debounce for git operations with other mass changes to prevent multiple full sync getting queued.
feat(agent): Create dj-initialize project skill
feat: Adhoc Query Editor & Move Column lineage to Data Explorer
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. |
ci: consolidate tag creation and simplify release gates to presence c…
gowthamrajj
approved these changes
Jun 8, 2026
dinpraka
approved these changes
Jun 9, 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.
Adhoc SQL Editor
.dj/drafts/for prototyping and testing without cluttering the project with temporary dbt models. Access via "Create New Query" in the Actions panel..draft.sqlfiles and select "DJ: Run Query" to execute the SQL and view results in the Query Results panel. Only draft-specific commands (Run Query, Convert to DJ Model) appear in the context menu..draft.sqlfiles to convert them to DJ models using your preferred AI assistant (Copilot, Cursor, or Claude). The extension detects available assistants and shows relevant options.convert-sql-to-modelskill — AI skill file that guides assistants through the SQL-to-model conversion process, analysing query patterns and creating properly structured.model.jsonfiles.Agent Skills
dj-initializeagent skill — interactive skill that guides Agents through setting up all required and recommended configurations for DJ in an existing dbt project: Python venv,dbt_project.ymlvars (storage_type,etl_schema), groups,.gitignore, VS Code settings, Trino connection, and optional integrations (Lightdash, Airflow).