Resources and insights

Our Blog

Explore insights and practical tips on mastering Databricks Data Intelligence Platform and the full spectrum of today's modern data ecosystem.

Explore More Content

EDW

ML & AI

AWS


Databricks Hubert Dudek Databricks Hubert Dudek

New Databricks INSERT Features: INSERT REPLACE ON and INSERT REPLACE USING

Databricks SQL introduces two powerful new INSERT commands: INSERT REPLACE ON for conditional record replacement and INSERT REPLACE USING for complete partition overwrites. These Delta-native features eliminate complex workarounds while maintaining data integrity. Available in Databricks Runtime 16.3+ and 17.1+ respectively, these commands provide developers with precise control over data updates and partition management in modern data engineering workflows.

Read More
Cost Ignacio Rodriguez Vincon Cost Ignacio Rodriguez Vincon

CI/CD Best Practices: Passing tests isn't enough

CI/CD pipelines can pass all jobs yet still deploy broken functionality. This blog covers smoke testing, regression testing, and critical validation strategies: especially useful for data projects where data quality is as important as code quality.

Read More