Resolved! I read that Delta supports concurrent writes to separate partitions of the table but I'm getting an error when doing so
I’m running 3 separate dbt processes in parallel. all of them are reading data from different databrick databases, creating different staging tables by using dbt alias, but they all at the end update/insert to the same target table. the 3 processes r...
- 2349 Views
- 1 replies
- 0 kudos
Latest Reply
You’re likely running into the issue described here and a solution to it as well. While Delta does support concurrent writers to separate partitions of a table, depending on your query structure join/filter/where in particular, there may still be a n...
- 0 kudos