Skip to content
All topics
Data EngineeringSee on /pulse →

LakeFlow

Recent items mentioning LakeFlow across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.

60 recent items1 release7 news28 videos24 community threads
What's happening in LakeFlowAI synthesis · updated 19h ago

Recent activity highlights LakeFlow's expanding capabilities, particularly with Lakeflow Connect for data ingestion, including new native connectors for platforms like TikTok, Meta Ads, and Google Ads 9, and specific integration questions around PostgreSQL 12. Users are actively exploring advanced use cases such as triggering full refreshes in Lakeflow Connect pipelines 5 and promoting pipelines across environments 7. LakeFlow pipelines are also being leveraged for cutting-edge applications, like transforming raw video into searchable, AI-ready intelligence for public sector agencies 10.

Generated daily from the 10 most recent items mentioning LakeFlow. Click any [N] to jump to the source.

Databricks CommunityData Engineering

lakeflow connect postgres sql

00today
Databricks CommunityData Engineering

lakeflow connect postgres sql in uae north

00today
Databricks CommunityData Engineering

Trigger a full refresh in a lakeflow connect pipeline with a job

003d ago
Databricks CommunityData Engineering

Documentation issue: Invalid JSON example in Lakeflow Connect multi-destination pipeline

003d ago
Databricks CommunityData Engineering

How to promote Lakeflow Connect and Spark Declarative Pipeline to a higher environment

003d ago
Databricks CommunityCommunity Articles

From Business Requirements to Lakeflow Pipelines: A Governed Metadata-Driven Delivery Pattern

006d ago
Databricks CommunityData Engineering

Lakeflow connect Native connectors (tik, meta ads, Google Ads) - one table per account

001w ago
Databricks CommunityData Engineering

Lakeflow Connect - Pending ‘full refresh’ process that needs to be removed in gateway pipeline.

001w ago
Databricks CommunityData Engineering

Lakeflow SDP (DLT) produce external tables, or only UC-managed

002w ago
Databricks CommunityData Engineering

Adhoc Table Refresh in Lakeflow Spark Declarative Pipelines (SDP)

002w ago
Databricks CommunityCommunity Articles

Turning Lakeflow Jobs into an SLO Dashboard with System Tables

003w ago
Databricks CommunityGet Started Discussions

Building a Real-Time Field Sales App on Databricks with Lakeflow, Lakebase, and Mosaic AI

003w ago
Databricks CommunityGet Started Discussions

Lakeflow Connect: Managed Ingestion Without the Pipeline Tax

003w ago
Databricks CommunityData Engineering

My experience replacing a Postgres → Kafka → DMS → S3 pipeline with Lakeflow Connect

003w ago
Databricks CommunityData Engineering

[Lakeflow Spark Declarative Pipelines] - Compatibility Mode not working

003w ago
Databricks CommunityCommunity Articles

Automating Databricks Lakeflow Connect Pipelines for CDC Databases

003w ago
Databricks CommunityCommunity Articles

Operating PostgreSQL CDC on AWS RDS with Lakeflow Connect

003w ago
Databricks CommunityData Engineering

Enable CDC in Lakeflow Connect Tables

001mo ago
Databricks CommunityData Engineeringanswered

Automate Lakeflow connect to ingest 300 tables not manually

001mo ago
Databricks CommunityTechnical Blog

What’s new in the Lakeflow Pipelines Editor

001mo ago
Databricks CommunityData Engineeringanswered

Lakeflow SDP equivalent of whenNotMatchedBySource

001mo ago
Databricks CommunityDatabricks Academy Learnersanswered

How to get notebooks in courses? - Build Data Pipelines with Lakeflow Spark Declarative Pipelines

001mo ago
RedditGeneral

Databricks Lakeflow Declarative Pipelines now has pipeline parameters [Beta]

Hey everyone, I noticed Databricks has docs for **Pipeline parameters in Lakeflow Spark Declarative Pipelines**: [https://docs.databricks.com/aws/en/ldp/parameters](https://docs.databricks.com/aws/en/ldp/parameters) A few things worth to mention: * Pipeline parameters feature is currently available only for SQL source code. * Parameters are key-value pairs and values are always strings. * They can be defined as defaults in pipeline settings. * They can be overridden when starting an update, from the UI, API, or a pipeline task in a Job. * Job-level parameters can be pushed down into pipeline tasks. * Parameter precedence is: job run parameters > job parameters > pipeline task parameters > pipeline defaults. * Named parameter syntax seems to be **SQL-only** for now. * There is an important limitation: **parameterized date ranges can accidentally force full refreshes instead of incremental processing, depending on the predicate.** `-- Triggers a full refresh on each update` `CREATE OR REFRESH MATERIALIZED VIEW recent_orders AS` `SELECT * FROM orders` `WHERE order_date >= :start_date AND order_date < :end_date;` https://preview.redd.it/94by275fto3h1.png?width=876&format=png&auto=webp&s=ea639e28cbc9511f98c456d1b7414ff0ed743d5c

83szymon_dybczak1mo ago
RedditTutorial

Document Intelligence on Databricks

80% of enterprise data is locked inside PDFs, scans, emails and contracts and most teams still treat it as someone else's problem. Document Intelligence on Databricks changes that. One SQL function (ai\_parse\_document), governed by Unity Catalog, integrated with Lakeflow for ingestion, Agent Bricks for structured extraction, and Vector Search for RAG. No stitched-together OCR vendors, no brittle Python glue, no separate platform to govern. I put together with [Archika Dogra](https://www.linkedin.com/in/archikadogra/) a walkthrough showing how it actually works end-to-end from a folder of raw PDFs to queryable Delta tables and downstream agents. ▶️ [https://youtu.be/sdG73gI143c](https://youtu.be/sdG73gI143c) Curious to hear what use cases you're tackling invoices, contracts, claims, technical docs? Drop them in the comments.

82Youssef_Mrini1mo ago