The problem I’m having
I’m experiencing an endless parsing loop (at the bottom left of VSC) when using the dbt Power User VS Code extension. The extension continuously parses without completing, making it unusable for my workflow. The parsing indicator just spins indefinitely and I can’t access any of the extension’s features like autocomplete, lineage visualization, or inline YAML editing.
The context of why I’m trying to do this
I need column-level lineage visualization and inline editing features while developing dbt models. I’m working on a Snowflake project with several models and need to see data previews and lineage directly in VS Code without switching to the browser. Im on dbt 1.11.2 using a conda env (due to organizational policies), but i cant make it work now.
What I’ve already tried
-
Reloading the VS Code window multiple times
-
Reinstalling the dbt Power User extension
-
Checking that my Python environment is properly detected
-
Verifying my dbt project works fine with CLI commands
-
Modify several times project yml
-
Delete packages (bcuz i guess it started around the time i installed some packages) and clean project several times
Any help would be highly appreciated bcuz at this point not even Copilot can help me with this issue…