Hi, it's worth verifying the exact Unity Catalog permissions before concluding that this is purely an edition limitation.
Zerobus specifically requires the following grants:
GRANT USE CATALOG ON CATALOG <catalog> TO `<service-principal-id>`;
GRANT US...
Hi, this doesn't appear to be a product limitation.
The documented default quota is 500 AI Search endpoints per workspace, and the documentation explicitly notes that this limit can be increased through your account team. Because of that, a Premium w...
Hi, I think the accepted answer is pointing in the right direction.
Given that DBR 17.3 is an LTS runtime, this is more likely to be a packaging or deployment issue than a runtime regression.
One common cause is wheel caching. If your wheel version d...
Hi, the error you're seeing is consistent with the execution environment rather than with Lakebridge itself.
Lakebridge is a Databricks CLI Labs extension (databricks labs install lakebridge) designed to run wherever the Databricks CLI is installed—y...
Short answer: this looks more like an intermittent Spark Connect transport/routing issue than a Spark job logic issue. Databricks Connect uses gRPC over HTTP/2, and the specific InactiveRpcError ... UNIMPLEMENTED ... Received http2 header with status...