-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected behavior
When running dbt, dbt-loom initializes but reports that the configuration file does not exist.
Log Output
05:45:50 Running with dbt=1.10.9
05:45:50 Initializing dbt-loom=0.9.2
05:45:50 dbt-loom: Config file `dbt_loom.config.yml` does not exist
### Actual behavior
`dbt_loom.config.yml` should be detected and loaded correctly by dbt-loom when running via Power DBT.
Please let me know if there are known compatibility issues with this Power DBT version, required configuration paths, or additional settings needed to ensure dbt-loom detects its config file properly.
Thank you for your help.
### Steps To Reproduce
Steps to Reproduce (Power DBT User)
use this -
https://github.com/nicholasyager/dbt-loom
Open Power DBT User v0.59.1
Launch the Power DBT User interface.
Open Your dbt Project
Navigate to the folder containing your dbt project where dbt_loom.config.yml exists.
Verify dbt-loom Installation
Ensure dbt-loom 0.9.2 is installed in the same environment Power DBT uses.
Confirm Configuration File Location
Place dbt_loom.config.yml at the root of your dbt project (same folder as dbt_project.yml).
Run a dbt Command via Power DBT
Use the Power DBT interface to run a dbt command that triggers dbt-loom (e.g., “Run all models”).
Observe Log Output
In the Power DBT log panel, dbt-loom reports:
dbt-loom: Config file `dbt_loom.config.yml` does not exist
### Log output/Screenshots
_No response_
### Operating System
Wndows
### dbt version
1.10.9
### dbt Adapter
dbt‑duckdb
### dbt Power User version
v0.59.1
### Are you willing to submit PR?
- [x] Yes I am willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working