We are using dbt
to manage our data models in MSSQL
, and we are considering moving to PostgreSQL
Citus
.
I'm not clear on how I could use Citus
's features via dbt
? I'm thinking specifically of data compression and columnar storage.
Any ideas?