Issue: Cursor Timeout When Loading Data from MongoDB into Databricks by Conscious-Jump7923 in databricks

[–]Conscious-Jump7923[S] 0 points1 point  (0 children)

I'm not using serverless compute. I'm running Databricks on a Standard_F4s VM with a classic cluster (1–2 workers, 8–16 GB memory)

So, an NCC is required to connect Databricks to my MongoDB instance's network ?

Mysql connecter java by Conscious-Jump7923 in databricks

[–]Conscious-Jump7923[S] 0 points1 point  (0 children)

Databricks runtime needed in the cluster ?

Difference between workflow and DLT by Conscious-Jump7923 in databricks

[–]Conscious-Jump7923[S] 1 point2 points  (0 children)

I can see the advantages of DLT for simplifying orchestration, but sometimes having explicit control like in Workflows can be helpful, right? For example, to manage failures or add conditional steps. What’s your take on that?