vscode-dbt-power-user icon indicating copy to clipboard operation
vscode-dbt-power-user copied to clipboard

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc

Results 248 vscode-dbt-power-user issues
Sort by recently updated
recently updated
newest added

- Modifying the existing Query Result Sharing PR by using a pre-signed s3 url to send the data directly to the user's s3 server instead of storing the data in...

### Expected behavior The functionality should work as it does in 1.7 ### Actual behavior An error occured while initializing the dbt project: No module named 'dbt.adapters.factory' ### Steps To...

bug
1.8-testing

### Expected behavior An error occured while initializing the dbt project: No module named 'dbt.events.functions' dbt configuration is invalid : No module named 'dbt.events.functions' ### Actual behavior The functionalities should...

bug
1.8-testing

### Describe the feature This extension does not seem to support dbt models that have been [versioned](https://docs.getdbt.com/docs/collaborate/govern/model-versions) (e.g., `_v2.sql` with model config properties). Tests, parent/child models, and documentation that used...

enhancement

### Expected behavior In our project, we use [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces). The folder structure of this project is like this. ``` . ├── project.code-workspace ├── dbt │ ├── dbt_project.yml │ ├──...

bug

## Overview - Added new functionality to enable query sharing, allowing users to upload query preview results to the Altimate frontend. - Added a new boolean property dbt.enableQuerySharing to the...

## Overview ### Problem Telemetry events are missing for new tests feature ### Solution Add telemetry events for following actions: - [x] checking tests in header to see tests -...

### Expected behavior Assume we have a simple table: ```sql SELECT id , STRUCT( field_one , field_two , field_three ) AS struct_one , STRUCT( field_one , field_two , field_three )...

enhancement

### Expected behavior If I use this button: It executes `dbt run --select +MY_MODEL_NAME` If I click the VS Code integrated terminal's "Kill Terminal" button on the terminal window that...

enhancement
help wanted

### Expected behavior We use the `vars:` config in `dbt_project.yml` to dynamically create schemas in our DB. ``` vars: branch: "{{ env_var('BRANCH', '') }}" ``` When I try to pass...

enhancement
help wanted