-
Notifications
You must be signed in to change notification settings - Fork 3
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 functions to access new asset listing endpoints. #642
Conversation
Based on spec version 9c2e4c4a57253d43d4d3ceeee03936957f19d654.
@thetorpedodog |
Yes; this is strictly the result of running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/tiledb/cloud/asset.py
Outdated
type: Optional[_AssetType] = None, | ||
ownership_level: Optional[_OwnershipLevel] = None, | ||
depth: Optional[_Depth] = None, | ||
expand: Optional[str] = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a union of a list or string and we handle the conversion to the csv parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a union of a list or string and we handle the conversion to the csv parameter?
I like this idea.
Also includes a separate change regenerating our API code.