-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: dbt/target path in clean-targets in dbt_project.yml #56
base: main
Are you sure you want to change the base?
fix: dbt/target path in clean-targets in dbt_project.yml #56
Conversation
Thanks @nivinsrinivas! Can you confirm that with this change, does For ref:
|
hey @edgarrmondragon, yes you are right, though this fixes the dbt error, it doesn't seem to delete the compiled sql files in Need to check why dbt fails to cleanup files in this target but cleans up just fine in other clean-targets. |
hey edgarrmondragon
This clean command blocks all the What do you think? |
@nivinsrinivas I think there's a few changes we can make:
I think we can ignore the target path warning for now |
@edgarrmondragon |
Issue
meltano/meltano#8391
Summary
meltano invoke dbt-postgres:run
while following doc throws an error due to incorrect path specified in dbt_project.ymlChanges made to fix the issue
../.meltano/transformers/dbt/target
path to unblock basic functionality ofdbt-postgres
like run, compile and test