Skip to content

Commit

Permalink
Add support for upcoming Marketplace package (#608)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mgyucht authored Apr 9, 2024
1 parent 3c5b176 commit 1c1b11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/gen-client-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class Generator:
Package("oauth2", "OAuth", "Configure OAuth 2.0 application registrations for Databricks"),
Package("vectorsearch", "Vector Search", "Create and query Vector Search indexes"),
Package("dashboards", "Dashboards", "Manage Lakeview dashboards"),
Package("marketplace", "Marketplace", "Manage AI and analytics assets such as ML models, notebooks, applications in an open marketplace"),
]

def __init__(self):
Expand Down

0 comments on commit 1c1b11a

Please sign in to comment.