Skip to content

Commit

Permalink
Add utility methods for catalog and schema creation to the AI Functio… (
Browse files Browse the repository at this point in the history
unitycatalog#765)

…n client for OSS

**PR Checklist**

- [X] A description of the changes is added to the description of this
PR.
- [ ] If there is a related issue, make sure it is linked to this PR.
- [ ] If you've fixed a bug or added code that should be tested, add
tests!
- [ ] If you've added or modified a feature, documentation in `docs` is
updated

**Description of changes**

Adds the `create_catalog` and `create_schema` utility methods to the
client to simplify the experience for users of the AI function client
(along with the base async API handlers for these sync methods). Updates
the quickstart to greatly simplify the process for running the tutorials
for getting started (the previous examples were a tad intimidating).

---------

Signed-off-by: Ben Wilson <[email protected]>
  • Loading branch information
BenWilson2 authored Dec 4, 2024
1 parent f5149d8 commit be46051
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 114 deletions.
Loading

0 comments on commit be46051

Please sign in to comment.