Use for ETL (Extract Transform Load)? #2397
Replies: 1 comment
-
SQLGlot is used by many companies to programatically build cross-platform SQL. so i think it's an appropriate tool for the job |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our use-case is to generate a single-tenant DuckDB database from a multi-tenant Postgres database so the DuckDB can be downloaded by the user for reporting functionality.
So we rebuild the entire DuckDB database and populate it from Postgres.
Our first iteration was in SQLite and we just did homegrown sql strings, which now has to be completely re-written since we're moving to DuckDB.
So I am wondering, is this project a fit? It seems like the potential upsides are:
Downsides:
Maybe a "hello world" example that I would want to run would be
I don't know if this is worth the effort, as this library seems more aimed towards translating/formatting SQL.
Thanks for considering! 🙏
Beta Was this translation helpful? Give feedback.
All reactions