Andy Langner

Results 15 comments of Andy Langner

I have an update concerning the behaviour, because apparently it does work sometimes. My steps to reproduce the case where it does not work are: 1. Create new model 2....

@anandgupta42 do you have an update whether this can be fixed in one of the coming updates? We would love to integrate the extension in our development workflow

As a workaround, we switched to defining the environment variable in the vscode settings.json file, like "terminal.integrated.env.linux": { "ENV_VARIABLE_NAME": "VALUE" } And update this file every time we need to...

I looked a bit further into this and was able to make the "run model" working from within dbt-power-user. One issue was to use a relative path in dbt_loom.config.yml and...

@mdesmet I tried to better understand the behavior by using the debug mode. So far I found nothing interesting by looking at extension.js file. How do you debug the python...

For us it would be super nice if we could use dbt-loom together with dbt Power User. We are struggling in our current setup as we have a larger „core”...

I tried it again with dbt-loom 0.5.3 and dbt Power User 0.39.12 The lineage view is now working ! What does not work yet is to run a model from...

You are right, I had an issue with the js pipeline. I now see that all the .js files are added to the html source. However I cannot open the...

Thanks a lot for the explanations. My JS pipeline is acutally not that special. In the grav settings there is an option to merge all JS files into one file,...

For a quick&dirty debug, in the php file inside the function onPagesInitialized() https://github.com/bleutzinn/grav-plugin-editable-contenttools/blob/8fd48397115d75176fb645dfab29aca57b90ffc7/editable-contenttools.php#L191 I have added this line: `$this->grav['log']->debug('Paths: ' . json_encode($paths) . json_encode($this->grav['uri']));` Now, if I open my page...