AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
452 stars 86 forks source link

‘LoomRunnableConfig’ object has no attribute ‘project_name’ #1224

Closed alangner closed 3 months ago

alangner commented 3 months ago

Expected behavior

Extension should start (compile the project) without error

Actual behavior

The following message is output as a project problem: “There is a problem in your dbt project. Compilation failed: ‘LoomRunnableConfig’ object has no attribute ‘project_name’”

Steps To Reproduce

I am using project dependencies with dbt-loom. Everything worked fine with dbt-power-user version 0.39.20, but broke with 0.40.0.(and 0.40.1). The error occurs immediatly after starting VSCode and loading the extension.

Log output/Screenshots

No response

Operating System

Debian 11

dbt version

1.7.3

dbt Adapter

bigquery

dbt Power User version

0.40.1

Are you willing to submit PR?

anandgupta42 commented 3 months ago

Pushed a fix in 0.40.2. @alangner Can you verify the fix?

alangner commented 3 months ago

Can confirm that it is fixed! 👍