Lakebase Data API – First Request Times Out After 8 Seconds When Compute Is Offline
Hi Everyone,I’m using the Databricks Lakebase Data API and have noticed that the first API call consistently times out after approximately 8 seconds when the Lakebase compute is offline.The first request triggers the compute to start, and the compute...
- 388 Views
- 4 replies
- 0 kudos
Latest Reply
The Data API connects as the authenticator role, which then assumes the requesting user's identity. PostgreSQL loads a role's configuration defaults only at login; SET ROLE and SET SESSION AUTHORIZATION do not load them, and a role-level setting outr...
- 0 kudos