- 3522 Views
- 10 replies
- 3 kudos
Hi all,- migrating from an on-premise Oracle -Currently on Oracle, I have a "library" of let's say 300 tables to load, sequentially, based on views (some tables being fed potentially by several views, therefore the number of underlying views is highe...
- 3522 Views
- 10 replies
- 3 kudos
Latest Reply
The common scenario for data processing in Oracle is based on PL/SQL and cursors. In the case of PySpark we don't have such concept as cursors and iteration on data frames can lead to poor performance.I migrated Oracle to Databricks and I learned tha...
9 More Replies
by
bcb44
• New Contributor
- 444 Views
- 1 replies
- 0 kudos
Hello,I maintain a spark plugin with users who are moving from spark to databricks and want to use shared access mode. My library has a bunch of custom datasources and users are seeing errors when using them. Is there a way to write a custom datasour...
- 444 Views
- 1 replies
- 0 kudos
Latest Reply
Hello @bcb44,
Thanks for your question.
Data Source V2 Relations: These are not supported in clusters that are configured with Table ACL or Credential Passthrough. Can you validate if ACL or Passthrough are enabled on the cluster? Also this should w...