feat: add managed database helpers to HotdataClient#4
Merged
Conversation
Expose create/list/load/delete managed database operations through the runtime contract, mirroring hotdata-cli and the latest SDK managed-table APIs.
There was a problem hiding this comment.
Review
Blocking Issues
pyproject.toml:16— thehotdatadependency now points at an unpinned git URL (git+https://github.com/hotdata-dev/sdk-python.git). Without a tag/branch/commit pin, every install pulls the SDK's current default branch, so reproducibility is broken for anyone consuming this package outside the local uv-sources override.
Action Required
- Pin the git dependency to a specific tag or commit SHA, or publish a new
hotdataSDK release with the managed-table API and bump the PyPI lower bound.
3 tasks
Use PyPI version constraints instead of git URLs. Managed database APIs require hotdata 0.1.1; keep a sibling sdk-python path override for local development until that release is published.
Rename cross-module helpers, remove unused imports, simplify parquet detection, and clarify upload_id/file handling in load_managed_table.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Release
After merge, tag v0.1.1 to publish to PyPI (hotdata 0.2.0 is already published).