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
Copy file name to clipboardExpand all lines: docs/docs/plugins/lakebase.md
+25-24Lines changed: 25 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,33 +59,34 @@ Click the **Connect** button on your Lakebase branch and copy the `PGHOST` and `
59
59
60
60
### 5. Grant access to the service principal
61
61
62
-
Navigate to the **SQL Editor** tab on your Lakebase branch. Run the following SQL against the `databricks_postgres` database, replacing `<DATABRICKS_CLIENT_ID>`with the value from step 1 everywhere it appears:
62
+
Navigate to the **SQL Editor** tab on your Lakebase branch. Run the following SQL against the `databricks_postgres` database, replacing the service principal ID in the `DECLARE` block with the `DATABRICKS_CLIENT_ID`value from step 1:
Copy file name to clipboardExpand all lines: packages/appkit/src/plugins/lakebase/manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"displayName": "Lakebase",
5
5
"description": "SQL query execution against Databricks Lakebase Autoscaling",
6
6
"onSetupMessage": "Configure environment variables before running or deploying the app.\nSee: https://databricks.github.io/appkit/docs/plugins/lakebase",
Copy file name to clipboardExpand all lines: template/appkit.plugins.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,17 @@
26
26
"optional": []
27
27
}
28
28
},
29
+
"lakebase": {
30
+
"name": "lakebase",
31
+
"displayName": "Lakebase",
32
+
"description": "SQL query execution against Databricks Lakebase Autoscaling",
33
+
"package": "@databricks/appkit",
34
+
"resources": {
35
+
"required": [],
36
+
"optional": []
37
+
},
38
+
"onSetupMessage": "Configure environment variables before running or deploying the app.\nSee: https://databricks.github.io/appkit/docs/plugins/lakebase"
0 commit comments