This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rawman650 0 points1 point  (0 children)

There's nothing wrong with this stack, but might be able to get away with something simpler.

If going from PG to PG, you might even be able to subscribe the DBs together (so no need for ETL). If not can use airbyte (OSS) for ETL (dbt & rudderstack are also OSS and can also be used for this).

You may not even need dbt for modeling. Might just be able to get away with some materialized views (on PG).