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

Support deny list for folders in order to skip parsing dbt packages

Open jsnb-devoted opened this issue 6 months ago • 2 comments

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!

jsnb-devoted avatar Aug 09 '24 18:08 jsnb-devoted