Search before asking
What happened
When using an advanced blueprint based on the DBT plugin with a remote git project url, the "Git" task of DBT fails on every subsequent run.
It's because it tries to git clone the project which succeeds the first time but fails on every subsequent run due to "folder already exists".
If I manually delete the folder from within the container before running the DBT pipeline again, it works.
What do you expect to happen
I expect DBT based blueprints to not fail every time after the first
How to reproduce
- setup devlake
- add any project (github, gitlab etc)
- add a new advanced blueprint with dbt template with remote git url of a dummy dbt project
- run the blueprint (should succeed)
- run the blueprint again (should fail at the Git step)
Anything else
No response
Version
1.0
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When using an advanced blueprint based on the DBT plugin with a remote git project url, the "Git" task of DBT fails on every subsequent run.
It's because it tries to git clone the project which succeeds the first time but fails on every subsequent run due to "folder already exists".
If I manually delete the folder from within the container before running the DBT pipeline again, it works.
What do you expect to happen
I expect DBT based blueprints to not fail every time after the first
How to reproduce
Anything else
No response
Version
1.0
Are you willing to submit PR?
Code of Conduct