Run DBT Models using dbt-spark #1144
vignesh-clustrex
started this conversation in
General
Replies: 2 comments 1 reply
-
Add JDBC connection details to your dbt models so that the tables become external tables pointing to locations in your database. Note: JDBC connections can become a bottleneck, investigate that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @JCZuurmond, jdbc connection for postgres right ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to move data from one table to another in postgres databse, using dbt with dbt-spark. I need transformations to happen in spark server and insert the data to postgres database, since we need to reduce the read load in aws postgres rds.
Any solution for this? Is this possible ?
Beta Was this translation helpful? Give feedback.
All reactions