Databricks Free Edition - sql server connector not working-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 08:10 PM
I am trying to explore New Databricks Free edition but SQL Server connector Ingestion pipeline not able to set up through UI..
Its showing error that --Serverless Compute Must be Enabled for the workspace,
But Free Edition only have Serverless Option and it should be enabled by default..
Then Why I am getting that error
#FreeEdition #Lakeflow #SqlServer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:15 PM
Can any one please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 10:14 AM
Hello @RakeshRakesh_De!
The SQL Server connector requires both classic compute (to run the ingestion gateway) and serverless compute (to execute the pipeline). Since the Free Edition only provides Serverless compute, the ingestion gateway cannot start, which may lead to the error you're seeing.
For reference: https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sql-server-limits#pipelines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2025 11:19 AM
Hi @RakeshRakesh_De The error is misleading. As mentioned in the second row of the table here the gateway runs on classic compute, and the ingestion pipeline runs on serverless compute (mentioned in the third row of the same table linked above). Hope this helps.