-
I have setup a linux dev container for vscode for our dbt projects. The dbt power user extension is completely working inside the container but one feature, which is the 'generate model' feature. Inside the yml file the 'Generate Model' option will not show up. When I am outside of the container in the same repo on which the devcontainer is configured, it works without even having the python bridge loaded (no python interpreter selected) so I am thinking it does not have anything to do with the python setup inside the container. However, I have no clue how to solve this, anybody might have a clue about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
2 points:
The code is here: |
Beta Was this translation helpful? Give feedback.
-
@DataGobes some other users are interested in using the extension with Dev containers. It will benefit them if you can share the script and help write the section on dev-containers. We are looking forward to your contribution. |
Beta Was this translation helpful? Give feedback.
2 points:
The code is here:
https://github.com/innoverio/vscode-dbt-power-user/blob/e5319556d73574b4800ab5ee30bf1302df9ef5b9/src/code_lens_provider/sourceModelCreationCodeLensProvider.ts#L33