by
Phani1
• Valued Contributor II
- 141 Views
- 0 replies
- 0 kudos
Hi All,How can we connect Databricks Delta Lake to Essbase in OCI? We know that Essbase supports JDBC/ODBC. Is it possible to use Python or PySpark to read from Delta Lake and load the data into Essbase? I think using JDBC/ODBC might affect performan...
- 141 Views
- 0 replies
- 0 kudos
by
Phani1
• Valued Contributor II
- 561 Views
- 1 replies
- 0 kudos
Hi Team,We're dealing with a concurrency issue when we attempt to run multiple jobs at the same time, and we're still having the same problem even after using partition and liquid clustering features. Now we're making sure to have the right where con...
- 561 Views
- 1 replies
- 0 kudos
Latest Reply
Option 3 Bit complicated process but works well: Considering you will do Update, Insert and Delete operation on the same table at the same time by using multiple job.1. Create a Dummy table with the target table schema with additional column called O...