Matt Menzenski
05/01/2023, 1:59 PMdbt
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 😕taylor
05/01/2023, 2:22 PMMatt Menzenski
05/01/2023, 3:15 PM