News

Simplifying CDC from snapshots in Databricks Lakeflow Spark Declarative Pipelines

In data engineering, teams often receive daily full snapshots of data from legacy systems or third-party sources. Traditionally, ingesting these periodic snapshots and identifying what changed (inserts, updates, deletes) each day has been cumbersome. Engineers need to write and maintain source-specific Change Data Capture (CDC) logic for each data source. Databricks has introduced Lakeflow Spark Declarative […]

News

Streamline Your Cloud Operations with Infrastructure-as-Code: A Guide to Terraform

Managing infrastructure manually can be both time-consuming and error-prone. Setting up components like servers and databases through a graphical user interface often leads to inefficiencies, especially at the enterprise level. This becomes even more challenging when dealing with multiple environments for development, user acceptance testing, validation, and production. What is Infrastructure-as-Code? Lets introduce Infrastructure-as-Code, a […]

News

Why GitHub Copilot is a game-changer for developers

If you’re a developer, you know how challenging and time-consuming coding can be. You have to write code that follows best practices, is readable yet functional. Your code should be documented well where needed, and easily tested. Sometimes you would have to deal with complex and changing requirements, and possibly get stuck or need some […]

News

dbt Explorer

dbtLabs made several impressing new releases at the recent Coalesce 2023 conference. One of them is the dbt Explorer.  This functionality allows you to have a clear and visually pleasing overview of your different dbt projects, all elements within them and the different access levels. 

News

Collaborate & Create with Databricks Notebooks

Notebooks are widely used in data science and machine learning to develop code and present the results. Databricks notebooks facilitate real-time collaboration with colleagues, creating data science and machine learning workflows in multiple languages with built-in data visualizations. // WHAT The various possibilities that Databricks notebooks can be used for: Developing code using Python, SQL, […]

News

dbt – Core vs Cloud

In one of our previous blogposts we discussed one of the most vital tools in the modern data stack, dbt. Once you have chosen to use dbt there are two questions that remains, which version should I use and what is the difference between the two? In this blogpost we will dive into the differences […]