CCRincr88.hashnode.dev·Apr 11 · 2 min readGenie spaces - Let's Talk SecurityYou've built an application that calls Databricks Genie. Users type questions, Genie writes SQL, data comes back. Nice. But then you wonder: What if someone types "drop table customers"? Let me save y10
CCRincr88.hashnode.dev·Mar 22 · 4 min readMastering PySpark Joins & Window FunctionsA Server Monitoring Dashboard Example When working with large-scale infrastructure, a common real-world need is building a monitoring dashboard — something that shows you the health of your servers a00
CCRincr88.hashnode.dev·Mar 15 · 4 min readFinding the Top Daily Spender with PySparkWindow functions, aggregations, and joins — a practical walkthrough Published March 2026 · 5 min read Introduction A common analytics question is: "Who spent the most each day?" It sounds simple, bu00
CCRincr88.hashnode.dev·Feb 21 · 2 min readGetting Started with Databricks Connect on AWS Using Serverless ComputeDatabricks Connect lets you write PySpark code locally in VS Code and execute it remotely on Databricks — no cluster management needed when using serverless compute. This post walks through the exact 00
CCRincr88.hashnode.dev·Feb 19 · 4 min readExternal Tables vs Managed Tables in Databricks Unity Catalog: A Hands-On GuideIf you've ever wondered whether to let Databricks manage your data or keep control of it yourself, this post walks you through the exact commands. Step 1: Create the External Location Before creating00