Replies: 1 comment
-
This is good feedback, @rognerud! I'll make a backlog feature request to introduce debugging information using dbt-core's logging system. In the meantime, if you send over your logs and config, I'd be more than happy to help in the troubleshooting. Worst case scenario, you should be able to use something like pdb or another python debugger to step through the plugin and find the exact error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi we are trying to integrate dbt-loom in a docker based system where we load in a dbt repository and run it.
dbt-loom does not work, but it does not output any errors.
It seems to pull down the manifest file but we get an error from dbt saying that the it cannot resolve the file.
Is there any way of debugging loom, to understand what the issue is?
Beta Was this translation helpful? Give feedback.
All reactions