You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can obtain the Project ID and Branch ID from the Lakebase Autoscaling UI, like the "Branch Overview" page. (Project list -> Project dashboard -> Branch overview). When using the driver as a part of Databricks Apps, the `LAKEBASE_ENDPOINT` is automatically injected using `fromValue`:
46
+
47
+
```yaml
48
+
env:
49
+
- name: LAKEBASE_ENDPOINT
50
+
valueFrom: database # Lakebase Autoscaling database resource name
See [Databricks authentication docs](https://docs.databricks.com/en/dev-tools/auth/index.html) for configuration.
86
+
See [Databricks authentication docs](https://docs.databricks.com/en/dev-tools/auth/index.html)or [Lakebase Autoscaling authentication docs](https://docs.databricks.com/aws/en/oltp/projects/authentication#overview)for more information.
0 commit comments