Hi, There is an error coming up every time we run the transformation. Sharing the snippet here.
Hey Vishal,
It seems somehow your dbt_packages/pm_utils
folder has had undesired changes and is missing the dbt_project.yml
file.
Could you do the following:
- Create a new app from scratch (which would have a clean dbt_packages folder.
- Export the transformations
- Unzip and find the dbt_packages/pm_utils folder
Then go to your current app - Export those transformations
- Unzip those
- Replace this folder dbt_packages/pm_utils with the one above.
- Zip again
- Import these transformations in your app
Hi Martijin,
Following up on Vishal’s request. We did try to follow the steps mentioned however the error is the same. Could you let us know the steps to create a new app from scratch which would have clean dbt_packages folder.
Hi Martijn,
We did try to follow the steps mentioned however the error is the same. Could you let us know the steps to create a new app from scratch which would have clean dbt_packages folder.
That’s unexpected.
If you create any new app in the Process Mining product, it will have a clean dbt_packages folder. All app templates should have that.
Could you verify that there is a dbt_project.yml file in you dbt_packages/pm_utils folder?