[CT-2439] [Bug] dbt source freshness'output(_dir) not using target-path specified in dbt_project.yml #7411
Closed
2 tasks done
Labels
bug
Something isn't working
Is this a new bug in dbt-core?
Current Behavior
dbt source freshness
will writesources.json
to default running dir instead of respecting the target-dir specified indbt_project.yml
.Expected Behavior
When a target-path is specified in
dbt_project.yml
, dbt-core would write sources.json to that path.Steps To Reproduce
Specify a
target-path
indbt_project.yml
that's different from default path. Run source freshness. You will seesources.json
being written to the target dir in the current path not the path specified indbt_project.yml
The text was updated successfully, but these errors were encountered: