[CT-3416] [Bug] dbt clean --project-dir
always raises DbtRuntimeError, even when files are within project directory
#9138
Labels
bug
Something isn't working
Is this a new bug in dbt-core?
Current Behavior
dbt clean --project-dir
raises a RuntimeError when using a relative path:Expected Behavior
No error.
Steps To Reproduce
dbt
project in e.g.<root-path>/common/dbt
directorycd <root-path> && dbt clean --project-dir common/dbt
target
directory is obviously inside the projectRelevant log output
No response
Environment
Which database adapter are you using with dbt?
redshift
Additional Context
No response
The text was updated successfully, but these errors were encountered: