
Maintaining Databricks Runtimes: Why It’s a Big Deal for Your Business Success 🚀
In today’s data-hungry world, Databricks has become the go-to platform for organizations leveraging analytics, machine learning, and data engineering to drive business outcomes. At the heart of this platform is the Databricks Runtime — a powerful software layer that...

Getting your Enterprise Data ready for GenAI
As enterprises race to harness the power of Generative AI (Gen AI), they often overlook the key factor; data readiness. While the promise of AI-driven insights, automation, and innovation is attractive, the quality of these outcomes depends on how well-prepared your...

Choosing an Iceberg catalog: a beginner’s journey 🧊💥🔧
Icebergs reduce our lock-in, with a whole new world of flexibility Iceberg tables offer a lot of the great features we know and love in Snowflake and Databricks, with the added benefit of (ostensible) vendor-agnosticism and therefore reduced lock-in. Good news! Every...

Comparing AzureML MLOps v2 Accelerator and Azure Databricks MLOps Stacks Accelerator 🚀
Machine Learning Operations (MLOps) is a set of practices that combines Machine Learning (ML), DevOps, and Data Engineering to automate the end-to-end machine learning lifecycle. In this blog post, we will compare two popular MLOps accelerators: AzureML MLOps v2 and...

Raiders of the Last Data Silos: Unleashing the Power of Databricks Lakehouse Federation 🚀
Photo by Intricate Explorer on UnsplashIn the vast expanse of the data universe, organizations are on a constant quest to conquer their data assets. Much like the intrepid Indiana Jones (other explorers are available), they face the daunting task of navigating the...

Why Databricks Delta Sharing is the Future of Data Sharing
Data sharing is a powerful way to collaborate with your customers, partners, and suppliers on data-driven insights and solutions. However, traditional data sharing methods often involve copying, moving, or replicating data across different platforms, which can be...

RAG For Dummies
Introduction By now everybody has heard of LLMs and understands (to some degree) what they do. Given that training LLM’s is so expensive, organisations are seeking to run them effectively without incurring the high costs. So, how does an organisation gain a...

Querying JSON in Snowflake: A Color-Coded Example
Querying nested JSON can be frustrating and finding easy to use examples can be even more challenging. It is one of the most common sources of questions that I see on Stack Overflow and Snowflake Community forums. The syntax is not at all intuitive, and it will...

Finding all the Snowflake Best Practices & Recommendations
I have been reading the docs.snowflake.com site for over 4 years now. I read it when trying to get things to work, I read it as a reference book for correct syntax, and I even read it to see what’s new! Things do change fast in the Snowflake world so it’s important...

Cross Database References in Snowflake
Last week, your engineer created a Snowflake procedure (PROD_DB.SCHEMA.ADD_CUSTOMER) that inserts a new customer record into the customers table (PROD_DB.SCHEMA.CUSTOMERS). Notice that these object names are “fully qualified” with specified database, schema, and...