Are there any database integrations besides snowfl...
# ask-community
t
Are there any database integrations besides snowflake?
Thanks for your answer, but my question wasn't about what you want to do, but if there is a database integration besides snowflake that I can use. Preferably sqlite.
We are talking past each other. Let's reset the conversation. I want to put partitioned data into sqlite / postgres. Are there any integrations between dagster and sqlite/postgres that allow me to do this?
Actually MS SQL would be better than postgres.
c
If you’re looking for relational specifically, we also have duckdb and redshift. No direct sqlite integration, but you could leverage
dagster-dbt
on top of a sqlite engine to achieve this