Make the dbt target path (not just the target) customizable under the dbt templater settings #6405
Closed
3 tasks done
Labels
enhancement
New feature or request
Search before asking
Description
The dbt target path is where dbt stores parsing/compilation artifacts. This defaults to
target/
and is globally customizable via the project'sdbt_project.yml
'starget-path
element. It can also be specified on individual dbt commands via a--target-path <TARGET DIRECTORY NAME>
argument.It would be useful if this path were customizable for SQLfluff commands under the
[sqlfluff:templater:dbt]
configuration.Use case
My team has a dbt repo used by many data engineers and data scientists. Artifacts from
dbt
commands are an important part of our workflow (we leverage them for partial parsing and project navigation), so ideally we want artifacts fromsqlfluff
commands to end up in a different target directory.Dialect
Any
Are you willing to work on and submit a PR to address the issue?
Code of Conduct
The text was updated successfully, but these errors were encountered: