ETL
Recent items mentioning ETL across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.
Databricks is increasingly targeting manual pipeline overhead through zero-copy architectures, utilizing catalog federation and Fabric mirroring to query cross-platform storage without duplicating data or managing ETL jobs 1, alongside Lakebase implementations that support automated bidirectional syncing between Delta tables and serverless Postgres 67. For workflows that still require data transformation, Databricks is shifting toward declarative SQL pipelines with built-in idempotency, modularization, and automated testing to bridge the operational gap between analysts and data engineers 2.
Generated daily from the 8 most recent items mentioning ETL. Click any [N] to jump to the source.
Meet SDP Rewind: An undo button for your ETL pipelines
TutorialsHow to Connect Databricks and Fabric (No Copying Required)
Databricks catalog federation and Fabric mirroring enable zero-copy data access between platforms, allowing Fabric compute to read Databricks data or Databricks compute to read OneLake data without duplicating storage or managing ETL pipelines. The demonstration covers practical setup steps, required prerequisites like storage credentials and external data access permissions, and current limitations including read-only access and support for table objects only.
Postgres data stored in Parquet on S3: LTAP architecture explained
--- top comments --- [dsauerbrun] Maybe I'm too stupid to understand the article... How does this achieve performant querying for olap and oltp purposes? Based on my understanding, olap queries will go to the parquet files which are stored in a columnar fashion and oltp style queries will go to a caching layer that sits on top of those parquet files? What's the special sauce here? Seems like they're just caching the data which, for all intents and purposes, seems like the same solution of storing another copy of the data which is what they say they're avoiding. [ianberdin] Surprisingly, I'm already encountering a second solution that involves storing data chunks on S3 — and this is all within the same week. This is becoming popular. At Playcode, we built what we believe is a revolutionary file system for our Playcode Cloud (https://playcode.io/cloud), which enables the creation of full-stack web software. The FS built completely from scratch using Rust. We thought we were the smartest ones around and that nobody else had figured this out. But it turns out Databricks, Neon, and several others have as well. The idea behind a *Bottomless File System* is really cool, and it works very well for us. Essentially, as described here: - There is a *page server* - A *Linux file system* split into chunks (let's call them chunks instead of pages) - A *cache on NVMe* - And of course, *object storage*, where everything is asynchronously synchronized It works quite well, though it has its downsides. One clear advantage is that NVMe drives have become expensive lately, while object storage remains cheap — so the benefits are undeniable. That said, latency is also a factor. On top of that, uplink costs are rising. To run an object storage-backed file system, you need a very strong uplink with consistent speed — 1 Gbps is simply not enough. Ideally, you want *5 to 10 Gbps*, depending on the load. We spend a lot of time optimizing and experimenting with different hosting providers — specifically bare metal hardware. The main challenges are: - *Slow disks* - *Slow uplink* - And as it turns out, *object storage can be unreliable* — unless you're using S3 But AWS hardware is expensive, so nothing in life is ever that simple. [Avalaxy] Super cool stuff. Being able to combine your analytical platform and transactional database into one storage layer without having to set up ETL pipelines in between is really a game changer. Especially since it's just postgres, instead of some proprietary database. [saisrirampur] But why? I’m skeptical of the idea of unifying storage just because it sounds “elegant” or “cool”. It’s not obvious to me how a single storage engine can compete with purpose-built OLTP and OLAP systems like Postgres and ClickHouse, without significant tradeoffs. You also mention removing CDC pipelines. I’m curious if the materialization (conversion across formats) can catchup to an OLTP workload that is heavy (50K+ tps), which is pretty common these days. Also CDC if done right and with care can be magical for users and stays native to the OLTP/OLAP data-store. Third, data Lakes and open formats are suitable for Data Warehousing / Data analyst use-cases than real-time customer facing apps. Sure, you might work on changing that, which is what you are upto, but you’ll always run into tradeoffs, which will make it hard to unleash the best performance, much needed for the latter category. [andrenotgiant] Here's what I don't understand: Part of the value of doing an ETL pipeline via streaming replication is you get the full history of data in a table. An SCD type 2 table where each row also has a valid_from and valid_to timestamp column. How would someone do the same thing with this architecture?
Building a SQL ETL Pipeline: The Complete Guide for Data Engineers
Build a SQL ETL pipeline end-to-end, leveraging modern declarative SQL to empower SQL-native practitioners to own and operate data pipelines. Learn best practices for idempotency, modularization, governance, and automated testing to eliminate the production gap between analysts and data engineers.
TutorialsAI Agents That Remember: Building Stateful Systems with Lakebase
AI agents require four types of memory (working, episodic, entity, procedural) to be truly intelligent and stateful, which traditional databases struggle to provide. Databricks Lakebase, built on Postgres, offers a unified OLTP and OLAP solution with features like serverless auto-scaling and Git-style branching to manage these complex memory needs for AI agents.
Anyone have insights on pivoting from cloud engineering with Databricks administration or other regular IT into a Databricks data engineering role?
I've been in IT for the last 24ish years - started from the helpdesk, got experience and certs, fits and starts, etc. I've been doing Azure cloud engineering for the last 8ish years. In my previous job, I was asked to spin up an Azure Databricks test environment for our data science/data engineering teams. It grew, it got more mature, and by the end of my time there I was doing a lot of the administrative stuff - cluster policies, cost management, provisioning through SCIM, and the occasional technical question. I don't really have a background in databases or development; I've never written anything in Python or my own SQL queries but I've had plenty of situations where a dev/DBA would walk me through their code or query and show me what it did, after which point I'd break it down for troubleshooting. My current role with Microsoft has a subject matter expert team in Azure Databricks. I joined up with the team, had a lot of training on how the back end operates and how the data science/eng functionality works with Python and otherwise. I've been taking tickets with this SME team and done pretty well. I took the beta exam for the DP-750 Azure Databricks data engineering cert and just found out yesterday that I passed. Cloud engineering has become a lot less lucrative or Azure-focused as it was a few years ago and I've been exploring pivoting into different parts of IT. Apparently I know Databricks decently, but I know that's not nearly enough to find a data engineering role. Has anyone else been in this situation? How did you make your pivot? Did you take on projects in your current roles and spin them on your CV as data engineering work? Did you take your experience with DevOps pipelines and parlay it over to ETL pipelines? Any guidance or input would be much appreciated.
Backstage with Lakebase, part 2
Lakebase enables running production OLTP applications like Backstage on a serverless Postgres surface within Databricks, offering 1-second database branching and sub-4-second point-in-time recovery for schema migrations. Unity Catalog unifies governance for operational databases, providing single SQL query auditing, automatic row-level security propagation to branches, and zero-ETL cost attribution for FinOps.
Data Science vs Data Engineering: Choosing Analysis or Infrastructure
BI reporting bridges raw data and operational teams by collecting, analyzing, and presenting data in structured formats. Effective BI relies on clean, integrated data flowing through ETL pipelines into a central repository, supporting both managed and ad hoc reporting.
Operational databases: How they work and when to use them
Databricks is introducing the "Lakebase," a new open architecture combining transactional database speed with data lake flexibility and economics, designed to overcome the limitations of traditional operational databases for modern unstructured data and AI workloads. This allows for real-time processing and concurrent transactions directly on the data lake, eliminating slow ETL pipelines and supporting diverse data types.
TutorialsYour Delta Tables Deserve a Postgres Home
Databricks demonstrates syncing Delta tables from Unity Catalog to a Postgres database within Lake Basin, enabling OLTP-style quick lookups for applications. Users can configure continuous, on-demand snapshot, or triggered sync modes, defining primary keys and grouping tables into pipelines for efficient data transfer.
NewsLakebase: Postgres That Actually Likes Your Lakehouse
Lakebase is a new Databricks offering that provides a fully managed, autoscaling PostgreSQL database designed to bridge the gap between analytical and transactional workloads in a lakehouse architecture. It features bidirectional data streaming between Delta tables and PostgreSQL, database branching for isolated development, and Unity Catalog governance.
NewsMaster Dimensional Modeling Lesson 03 - Understand the ETL Pipeline
The video explains the typical stages of a data warehouse ETL pipeline, including pre-staging (raw data), staging (cleaned data), operational data store (snapshot), and data mart (star schema). It also details the benefits of having multiple stages, such as easier debugging, data recovery, and auditability, and how this maps to the Medallion Architecture (Bronze, Silver, Gold).
Row count mismatch in time-bucketed fact table after joins and window fan-out (Databricks SQL)
I am building a Delta fact table where the intended grain is: one row per CaseID per SegmentType per 15-minute SegmentStart Expected behavior If a case lasts 90 minutes , I expect 6 rows . Actual problem The final fact table sometimes contains duplicates for the same grain. Example: CaseID | SegmentType | SegmentStart | cnt A | Room | 2024-01-01 10:15 | 2 A | Room | 2024-01-01 10:30 | 2 What I suspect I think I may already have more than one row per case before segmentation, and the fan-out multiplies it. Minimal reproducible example Step 1 – simulate the source case table CREATE OR REPLACE TEMP VIEW source_cases AS SELECT * FROM VALUES ('A', timestamp('2024-01-01 10:00:00'), timestamp('2024-01-01 11:30:00')) AS t(CaseID, InRoom, OutRoom); Step 2 – simulate a dimension that accidentally returns multiple rows CREATE OR REPLACE TEMP VIEW dim_procedure AS SELECT * FROM VALUES ('A', 'PROC1'), ('A', 'PROC2') -- duplicate match AS t(CaseID, ProcedureCode); Step 3 – join (this is my base dataset) WITH base AS ( SELECT s.*, p.ProcedureCode FROM source_cases s LEFT JOIN dim_procedure p ON s.CaseID = p.CaseID ) SELECT CaseID, COUNT(*) AS cnt FROM base GROUP BY CaseID; Result: A | 2 So I already have 2 rows. Step 4 – segment into 15-minute buckets (simplified) WITH base AS ( SELECT s.*, p.ProcedureCode FROM source_cases s LEFT JOIN dim_procedure p ON s.CaseID = p.CaseID ), segments AS ( SELECT CaseID, explode(sequence(InRoom, OutRoom, interval 15 minutes)) AS SegmentStart FROM base ) SELECT CaseID, SegmentStart, COUNT(*) AS cnt FROM segments GROUP BY CaseID, SegmentStart ORDER BY SegmentStart; Output Every segment now appears twice. My questions Is upstream multiplicity the typical reason time-bucket facts inflate like this? Should ETL pipelines guarantee one row per grain before segmentation ? In practice, do teams usually: fix dimension uniqueness, or deduplicate the base dataset with ROW_NUMBER() ? Where is the best place in the pipeline to enforce this protection? Environm […truncated]
Tutorials52 Lakeflow Spark Declarative Pipelines | New Pipeline Code Editor | AUTO CDC |External Target Sinks
Databricks' LakeFlow Spark Declarative Pipelines (SDP), formerly Delta Live Tables (DLT), offers a unified solution for data ingestion, transformation, and orchestration, now open-sourced with Apache Spark 4.1. The video demonstrates using the new pipeline code editor to build SDPs in Python and SQL, showcasing features like auto CDC (formerly apply changes) and external target sinks.
Events[Demo] Lakeflow Designer: No-Code ETL, Powered by the Data Intelligence Platform
Lakeflow Designer allows users to create ETL pipelines using a no-code approach. It features a "transform by example" assistant that can generate data transformations from a screenshot of desired output.
EventsWhat Should You Do With Lakebase — Explained by Databricks Co-founder Reynold Xin
Lakebase offers an enterprise-ready relational database solution for new applications, serving existing data like ML feature stores, and simplifying complex ETL pipelines. It integrates with Databricks infrastructure, providing features like security, compliance, and governance.
TutorialsOrchestration With Lakeflow Jobs
Lakeflow Jobs is a native orchestrator for Databricks that automates data workflows through scheduling, data-triggered execution, and built-in observability without requiring external tools. The presentation demonstrates building an end-to-end ETL pipeline with data ingestion from Salesforce, transformation via Delta Live Tables, and automated dashboard updates, all configured through a visual UI.
TutorialsHealthcare Interoperability: End-to-End Streaming FHIR Pipelines With Databricks & Redox
Redox streams healthcare data from EHR systems into Databricks by converting various formats (HL7, XML, X12) to FHIR JSON with normalization and connectivity handling. Databricks processes FHIR data using SQL and AI without specialized software, enabling real-time analytics and bidirectional data exchange for healthcare use cases like prior authorization.
TutorialsFrom Apache Airflow to Lakeflow Jobs: A Guide for Workflow Modernization
Lakeflow provides unified data ingestion, transformation, and orchestration capabilities within Databricks that can be orchestrated through Apache Airflow using operators like SQL queries, materialized views, and AI sentiment analysis functions. Databricks supports both Lakeflow jobs as a fully managed integrated platform and Apache Airflow as a self-hosted customizable option, giving users choice based on their specific requirements.
TutorialsRace to Real-Time: Low-Latency Streaming ETL With Next-Gen OLTP-DB
The video demonstrates building a low-latency streaming ETL solution using Databricks and Lakebase, achieving sub-two-second end-to-end latency for operational workloads. It teaches key performance optimization techniques, including controlling microbatch sizes, leveraging broadcast joins, enabling dynamic file pruning, and utilizing liquid clustering to minimize data movement and object storage costs.
TutorialsGetting the Most Out of DLT: A Deep Dive on What’s New and Best Practices
Databricks' Declarative Pipelines (rebranded from Delta Live Tables) allow users to write production-grade ETL pipelines in just a few lines of SQL or Python by abstracting away checkpoint management, streaming logic, and failure handling. The system uses an optimizer called Enzyme to automatically select the most efficient incremental computation strategy—whether materialized views, streaming tables, or change data capture patterns—based on query type and data characteristics.
ReleasesNebula: The Journey of Scaling Instacart’s Data Pipelines with Apache Spark™ and Lakehouse
NewsIncreasing Data Trust: Enabling Data Governance on Databricks Using Unity Catalog & ML-Driven MDM
Get Tuesday's version of this
Tracking ETL? The Tuesday email carries what moved across the whole ecosystem, not just this topic. Free, one-click unsubscribe.















