[CT-1337] [Bug] dbt is writing target/partial_parse.msgpack
in current working directory and not using config's project-dir
#6055
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Is this a new bug in dbt-core?
Current Behavior
This line is creating a new relative path to the
target
folder instead of an absolute path as this line is correctly doing.Expected Behavior
To store
partial_parse.msgpack
in the right folder. Right now, it could create it in current working directory instead ofproject-dir
.Steps To Reproduce
Couldn't find a way to reproduce it using dbt commands. It is happening on sqlfluff dbt templater when using
dbt.parser.manifest
to read manifest.Relevant log output
No response
Environment
Which database adapter are you using with dbt?
postgres, redshift, snowflake, bigquery, spark
Additional Context
No response
The text was updated successfully, but these errors were encountered: