Lakeflow Connect CDC Gateway stuck in WAITING_FOR_RESOURCES due to EDv4 QuotaExceeded (Classic Compute)

Naga Vardhan Sankar Raparthi 0 Reputation points
2026-08-04T17:58:56.19+00:00

Hi,

I'm trying to create a Lakeflow Connect CDC ingestion pipeline from Azure SQL Database to Databricks.

The pipeline fails before source validation because the CDC Gateway compute never starts. The managed cluster remains in PENDING/WAITING_FOR_RESOURCES and the event log shows:

QuotaExceeded: Operation could not be completed as it results in exceeding approved standardEDv4Family Cores quota.

Current Limit: 0

Additional Required: 4

What I've verified:

  • Azure SQL Database is online and accessible.
  • The CDC Gateway uses pipeline-managed Classic Compute.
  • Driver and worker node types are locked, so I cannot change the VM family.
  • EDv4 is deprecated in Azure, and the quota request option is disabled/greyed out.
  • I checked Azure quotas and confirmed EDv4 quota is 0.
  • I tried creating new Databricks workspaces in multiple regions (Central India and UAE), but the gateway still attempts to provision EDv4 and fails with the same error.
  • Other VM families have available quota, but the managed gateway always requests EDv4.

Has anyone encountered this recently? Is there a way to configure the Lakeflow Connect CDC Gateway to use a supported VM family (such as EDv5/EDSv5), or is this a known issue with the current managed Classic Compute provisioning?

Thanks!

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 2,595 Reputation points
    2026-08-04T19:05:15.83+00:00

    Hi @Naga Vardhan Sankar Raparthi

    Based on the information you've shared, this appears to be a limitation of the pipeline-managed Classic Compute rather than an issue with your Azure SQL Database or workspace configuration.

    Since the CDC Gateway is managed by Databricks, the VM family is selected automatically. If the service is still attempting to provision Standard EDv4 instances, and your subscription has an EDv4 core quota of 0 (with quota requests unavailable because the SKU is retired), the gateway won't be able to start and will remain in WAITING_FOR_RESOURCES.

    A few things to confirm:

    • Verify whether Serverless or Pro/Standard Compute is supported for your Lakeflow Connect CDC scenario, as these may avoid the legacy Classic Compute dependency.
    • If Classic Compute is currently required, there is no customer-facing option to override the managed gateway's VM family.
    • Since you've reproduced the issue across multiple regions and confirmed that other VM families have available quota, this points to the managed service requesting an unavailable SKU rather than a workspace configuration issue.

    At this point, I'd recommend opening a Databricks Support case (or Azure Support if using Azure Databricks) and providing:

    • Workspace ID and region
    • Pipeline ID
    • Cluster event logs showing the QuotaExceeded error
    • Confirmation that the EDv4 quota is 0 and cannot be increased because the family is retired

    They should be able to confirm whether this is a known issue with the current Lakeflow Connect CDC managed gateway provisioning logic or if there is a backend configuration or feature flag to use a supported VM family (such as EDv5/Esv5).

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.