File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- sidebar_position : 7
2+ sidebar_position : 8
33---
44
55# Caching
Original file line number Diff line number Diff line change 11---
2- sidebar_position : 6
2+ sidebar_position : 7
33---
44
55# Creating custom plugins
66
7- If you need custom API routes or background logic, implement an AppKit plugin.
7+ If you need custom API routes or background logic, implement an AppKit plugin. The fastest way is to use the CLI:
8+
9+ ``` bash
10+ npx @databricks/appkit plugin create
11+ ```
12+
13+ For a deeper understanding of the plugin structure, read on.
814
915## Basic plugin example
1016
Original file line number Diff line number Diff line change 2626 "optional" : []
2727 }
2828 },
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+ },
2939 "server" : {
3040 "name" : " server" ,
3141 "displayName" : " Server Plugin" ,
You can’t perform that action at this time.
0 commit comments