vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
Support deny list for folders in order to skip parsing dbt packages
Describe the feature
I see you have an "Allow List Folders" config but we could use a deny list as well. We are getting errors from the extension like this:
Skipping project: could not parse dbt_project_config.yml at 'file:///.../core/data/dbt/packages/dbt_artifacts/integration_test_project': Error: Illegal argument: base
Our project is at core/data/dbt
and our packages are installed at core/data/dbt/packages
. If I could deny the core/data/dbt/packages
folder that would be a huge help in suppressing these errors.
Describe alternatives you've considered
No response
Who will benefit?
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!