Skip to content

Commit 4105f1f

Browse files
authored
[Internal] Add apps package in docgen (#722)
## Changes To enable the release of the Apps package, we need to manually add it to our doc generation. Going forward, this should be added to the internal API specification. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] Codegen tool runs successfully on commit 88571b688969bc4509fb520d86d161eb20c3d662 of the API specification from this PR.
1 parent 7d22b4d commit 4105f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/gen-client-docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class Generator:
247247
Package("vectorsearch", "Vector Search", "Create and query Vector Search indexes"),
248248
Package("dashboards", "Dashboards", "Manage Lakeview dashboards"),
249249
Package("marketplace", "Marketplace", "Manage AI and analytics assets such as ML models, notebooks, applications in an open marketplace"),
250+
Package("apps", "Apps", "Build custom applications on Databricks"),
250251
]
251252

252253
def __init__(self):

0 commit comments

Comments
 (0)