Tutorial module
IDE Extension
Install and explore the Bruin IDE extension for VS Code and Cursor - a visual interface for managing data pipelines, viewing lineage, running assets, and previewing queries.
More IDE Extension tutorials
Deep dives into specific extension features.
Validate Pipelines Before Deploying
BeginnerUse bruin validate to check pipeline configurations, asset definitions, SQL syntax, dependency issues, and circular dependencies before deploying.
Navigate Your Run History
AdvancedUse the Bruin VS Code extension to browse past runs, see which assets succeeded or failed, copy commands, and re-run previous executions.
Understand Materialization with Render
IntermediateUse bruin render to see how materialization transforms your SQL queries at runtime - from append inserts to full refresh table recreation.
Query Databases from Your IDE
BeginnerUse the Bruin extension's built-in database viewer to browse tables, view schemas, and run queries across all your connections without leaving VS Code.
Auto-Generate Asset Dependencies
AdvancedUse bruin patch fill-asset-dependencies to automatically detect and generate dependencies from your SQL queries - no manual declaration needed.
Auto-Generate Column Schema from Your Database
BeginnerUse the Bruin extension to automatically pull column names and data types from your database into your asset definitions - no manual entry needed.
Run Multiple Specific Assets
BeginnerSelect exactly which assets to run using the Bruin VS Code extension - pick individual assets, include downstream dependencies, and create targeted runs.
Get help & contribute