Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for schema operations #41

Merged
merged 9 commits into from
Aug 15, 2024
Merged

add support for schema operations #41

merged 9 commits into from
Aug 15, 2024

Conversation

morgangallant
Copy link
Contributor

@morgangallant morgangallant commented Aug 14, 2024

currently only have the GET variant since PATCH isn't merged/deployed yet, will update this PR once that's in

Signed-off-by: Morgan Gallant <[email protected]>
@morgangallant morgangallant changed the title add support for schemas add support for schema operations Aug 14, 2024
@morgangallant
Copy link
Contributor Author

@pushrax this PR now hinges on https://github.com/turbopuffer/turbopuffer/pull/1323, and the test should pass once thats merged/deployed. want to do this today!

"""
request_payload = json.dumps({key: value.as_dict() for key, value in schema_updates.items()}).encode()
response = self.backend.make_api_request('vectors', self.name, 'schema', method='POST', payload=request_payload)
return parse_namespace_schema(response["content"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, kind of seems like these should be lower in the file, at least after exists()

Signed-off-by: Morgan Gallant <[email protected]>
@morgangallant morgangallant merged commit f3ce12e into main Aug 15, 2024
6 checks passed
@morgangallant morgangallant deleted the schema-support branch August 15, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants