I would like to load data (around 10 tables) from Azure delta lake to azure postgressql. I have tried jdbc connectivity in azure data bricks.I can able to insert and read data from delta lake to postgressql. But not able to achieve atomicity (to insert all tables data in a single transaction). Could you help better way to connect between azure delta lake to postgressql and how to achieve atomicity?
Data frequency is hourly feeds from source and volume of data is very huge. Thank you.