Skip to content

Commit 1c1b11a

Browse files
authored
Add support for upcoming Marketplace package (#608)
## Changes Add a package description for the Marketplace REST API package. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
1 parent 3c5b176 commit 1c1b11a

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
@@ -245,6 +245,7 @@ class Generator:
245245
Package("oauth2", "OAuth", "Configure OAuth 2.0 application registrations for Databricks"),
246246
Package("vectorsearch", "Vector Search", "Create and query Vector Search indexes"),
247247
Package("dashboards", "Dashboards", "Manage Lakeview dashboards"),
248+
Package("marketplace", "Marketplace", "Manage AI and analytics assets such as ML models, notebooks, applications in an open marketplace"),
248249
]
249250

250251
def __init__(self):

0 commit comments

Comments
 (0)