Ingesting batch and streaming data with Lakeflow Connect
Lakeflow Connect provides managed, no-code/low-code connectors for ingesting data from SaaS applications, databases, and files directly into Databricks as Delta tables, simplifying pipeline setup for both batch and streaming ingestion. It integrates with Delta Live Tables (DLT) pipelines and Unity Catalog to handle schema evolution, incremental ingestion, and governance automatically. It reduces the need for custom connector code by offering prebuilt, managed connectors maintained by Databricks.
1 · Learn the must-know
- Lakeflow Connect uses managed connectors (e.g., for Salesforce, SharePoint, ServiceNow, Workday, and databases like SQL Server) that handle authentication, incremental extraction, and schema drift automatically.
- Ingested data lands in Unity Catalog-governed Delta tables, enabling immediate lineage, access control, and auditing without extra configuration.
- Batch connectors typically use scheduled or triggered full/incremental refreshes, while streaming-capable sources (like database CDC) can continuously ingest changes with low latency using Delta Live Tables' streaming tables.
- Lakeflow Connect pipelines are built and managed via DLT under the hood, so ingestion logic benefits from DLT's built-in data quality expectations and pipeline monitoring/observability UI.
- A common exam gotcha: not all sources support true streaming ingestion—some connectors only support scheduled batch pulls, so you must check per-connector capabilities before assuming CDC/streaming support.
- Setup typically requires configuring a connection (credentials/OAuth) once, then reusing it across multiple ingestion pipelines, reducing duplicated credential management for the same source system.
2 · Check your understanding
A data engineer at a retail company needs to bring Salesforce opportunity and account data into Azure Databricks so analysts can query it in near real time. The team wants to avoid writing custom extraction code and wants schema drift in the Salesforce objects to be handled automatically. Which ingestion approach best meets these requirements?
What you have tried across DP-750's objectives, not a readiness score.
Set up and configure an Azure Databricks environment15-20% of the exam0 of 13 tried
Secure and govern Unity Catalog objects15-20% of the exam0 of 12 tried
Prepare and process data30-35% of the exam0 of 28 tried
Deploy and maintain data pipelines and workloads30-35% of the exam0 of 24 tried
3 · Keep going
Ready for more? Take a weighted mock or try free practice questions.