Fork to add aws-vault support for Athena & Redshift DBT use casesNew configuration to specifiy aws-vault command line call to authenticate credentials Follow the steps in .github/workflows/ci.yml to install node dependencies Run vscode-dbt-power-user
This open source extension makes VSCode seamlessly work with dbt. If you need help with setting up the extension, please check the documentation. For any issues or bugs, please contact us via chat or Slack. Features:
Note: This extension is fully compatible with dev containers, code spaces and remote extension. See Visual Studio Code Remote - Containers and Visual Studio Code Remote - WSL. The extension is supported for dbt versions above 1.0. FeaturesAutocomplete model, macro, source names and click to go to definitionAuto-fill model names, macros, sources and docs. Click on model names, macros, sources to go to definitions. (docs) Preview query results and analyzeGenerate dbt model / query results. Export as CSV or analyze results by creating graphs, filters, groups. (docs) Column lineageView model lineage as well as column lineage with components like models, seeds, sources, exposures and info like model types, tests, documentation, linkage types. (docs) Generate dbt Models from source or SQLGenerate dbt models from sources defined in YAML. You can also convert existing SQL to a dbt model where references get populated automatically. (docs) Generate documentationGenerate model and column descriptions automatically or write descriptions manually in the UI editor. Your descriptions are automatically formatted and saved in YAML files. (docs) Click to run parent/child models and testsJust click to do common button operations like executing tests, building or running parent / child models. (docs) Compiled query preview and explanationGet live preview of compiled query as your write code. Also, generate explanations for dbt code written previously (by somebody else). (docs) Project health checkIdentify issues in your dbt project like columns not present, models not materialized. (docs) SQL validatorValidate SQL to identify issues like mistyped keywords, extra parentheses, columns no present in database (docs) Big Query cost estimatorEstimate data that will be processed by dbt model in BigQuery (docs) Other featuresdbt logs view (force tailing) Please check documentation for additional info. For any issues or bugs, please contact us via chat or Slack. |