Replies: 5 comments 11 replies
|
Hey @camfoy We need help replicating the issue. Can you please go ahead and file a bug report with instructions on how it can be replicated? |
3 replies
|
Is it possible to provide a full stacktrace by using this Python file and running following code: |
0 replies
|
Getting the same issue. |
2 replies
|
@camfoy, @alittlesliceoftom, @kyleburke-meq, @felixs7, could you please provide the version of dbt core you are using when encountering this issue? |
4 replies
|
We have just released a fix. Please update to version 0.44.3 and confirm if the issue is resolved. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am getting a strange error when opening my dbt repo in a Dev Container. Note that my dbt configs work perfectly fine before installing Power User for dbt Core. Only after installing the extension do I start getting dbt errors.
If I click on the error, I'm just taken to the dbt_project.yml. It was correct and working before the Power User install, but now it looks like this everywhere, and every red line just tells me this upon hovering over it: "dbt configuration is invalid : a string or stream input is required".
I've had no luck searching up this error online for the past two days. My container works without the extension, but I want the extension installed to help newer users (or generally users other than me) at my company. Does anyone know what's happening here?
All reactions