Is it required to run Lakeflow Connect on Serverless?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2026 02:15 AM
As the subject states, my question is:
Is it required to run the Ingestion Pipeline in Lakeflow Connect on Serverless compute? Cause I try to define my own cluster in the DAB, but it raises an error:
`Error: cannot create pipeline: You cannot provide cluster settings when using serverless compute.`
Even though my serverless flag is set to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2026 03:59 AM
Hi @yit337,
For Lakeflow Connect managed ingestion pipelines, the behaviour you’re seeing is expected. As soon as you use ingestion_definition in your pipeline (i.e., a managed ingestion pipeline), Databricks forces that pipeline to run on serverless compute. Serverless pipelines do not allow a clusters block. If you include cluster settings, you get the error you are seeing.
You can refer to this documentation page.
If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2026 04:04 AM
Yes — Lakeflow Connect ingestion pipelines always run on Serverless compute.
because the ingestion connector requires it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Came across this as I hit the same error. The documentation suggests that using classic compute is supported, albeit in beta - https://learn.microsoft.com/en-gb/azure/databricks/ingestion/lakeflow-connect/query-based-overview#c...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @SamuelGTurner,
Yes, it was released to beta in April following the original post. Please note that classic compute can only be used with the API. Databricks still recommends using Serverless.
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***