The `dbt` utilities depend on the “wrapper” reposi...
# troubleshooting
m
The
dbt
utilities depend on the “wrapper” repository https://github.com/meltano/dbt-ext/tree/main which defines some mappings of plugin settings to dbt arguments. Is there something similar for the
sqlfluff
utility? I ask because I’m trying to use two separate dbt projects in my meltano project, with two db engines (postgres and redshift), and was hoping I could use plugin inheritance to have one sqlfluff utility for postgress and one for redshift. But I don’t see a way to configure a path to the
.sqlfluff
file 😕
t
There isn’t! I’d love to have it use the EDK though. Just won’t be a priority for us for a while tbh
m
I might see if I can get an EDK MWE together 👀