cancel
Showing results for 
Search instead for 
Did you mean: 
protmaks
Databricks MVP
since ‎11-17-2024
Tuesday

User Stats

  • 22 Posts
  • 0 Solutions
  • 54 Kudos given
  • 34 Kudos received

User Activity

Databricks Apps run 24/7 with no native scale-to-zero. ~$350/mo per app (720 hrs), but internal dashboards/admin tools only get used a few hours/day. You pay for 100%, use ~15%.We had a test app run idle for 69 days before anyone noticed. ~$800 waste...
If you run dozens of scheduled jobs on Databricks, you already know the two native options for catching failures — email/Teams alerts and the Monitoring dashboard — both let you down at scale. You forget to wire up alerts on new jobs, and the dashboa...
The official Databricks Apps quickstart puts everything into a single app.py. Fine for a demo — painful once the app grows past ~500 lines.Problems with the single-file pattern:Merge conflicts on every PRUI, logic, and SDK calls coupled → no unit tes...
I recently published a practical write-up on using Databricks + Lovable to quickly turn data processing and ML outputs into a working MVP: Databricks + Lovable: A Practical Case Study of Building an MVP and Managing CostsAt first, I thought the Datab...
I’ve been exploring Databricks Genie Code and wanted to share a few practical observations from early usage.What stands out to me is that Genie Code feels less like a traditional coding assistant and more like an agentic workflow assistant. It does n...