command 'dbtPowerUser.<any command>' not found #401
Replies: 4 comments 1 reply
-
Hi @alittlesliceoftom, have you been able to figure this one out? I have been having this issue, and would really like to find a solution. In my case, it seems to be some Windows security setting that causes this issue because the extension works fine in one machine outside of Citrix, but not the other one inside Citrix. The problem is that the error message in the Browser console is not clear about the cause.
I was previously told by one of the contributors that this happens because the Thanks. |
Beta Was this translation helpful? Give feedback.
-
@alittlesliceoftom Are you still experiencing the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi team, This issue seems to have returned in the latest versions of the extension. Problem: bash Extension version: 0.58.7 OS: Windows 10 VS Code version: (add your VS Code version here) dbt version: 1.9.4 Adapter: BigQuery Python environment: Virtual environment (venv) What I tried: Verified dbt works fine in the terminal (dbt run works as expected). Confirmed dbt_project.yml exists in the root of the opened folder. Set dbt Path, Profiles Dir, and Project Dir in extension settings. Restarted VS Code multiple times. Reinstalled the extension. Behavior: The extension loads, but none of its commands are available. Parent/child detection also does not work. Expected behavior: Commands like Execute SQL or Compile SQL should work from the editor or Command Palette. Steps to reproduce: Open a dbt project in VS Code on Windows. Try any dbt Power User command via Command Palette or shortcut. Please let me know if there is any additional logging I can provide. |
Beta Was this translation helpful? Give feedback.
-
Hi Hans,
It suddenly started working for me without any changes on my side.
I did notice there was an update released on July 31st, so that might have
fixed it.
…On Fri, Aug 1, 2025 at 4:47 AM Hans Hüller ***@***.***> wrote:
Suffering from the same issue. Please post here if you find any fixes.
—
Reply to this email directly, view it on GitHub
<#401 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOPWD2TLSK4OCJJDXXT7CGT3LMSSXAVCNFSM6AAAAACC2L4HH2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJVGY2TMOA>
.
You are receiving this because you commented.Message ID:
<AltimateAI/vscode-dbt-power-user/repo-discussions/401/comments/13956568@
github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected behavior
When I run ctrl + # then I get compiled code, ctrl + enter -> code execute etc. Also tried with vscode command dispatch at ctrl shift p
Actual behavior
When I try and run any power user commands I get an error of format:
And the extension doesn't detect the children and parents either
Steps To Reproduce
Run any command.
Log output/Screenshots
No response
Operating System
Windows 10
dbt version
dbt=1.3.0 (also 1.1 - tried both)
dbt Adapter
dbt-synapse
dbt Power User version
0.10.1
Are you willing to submit PR?
Beta Was this translation helpful? Give feedback.
All reactions