-
Notifications
You must be signed in to change notification settings - Fork 49
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
SDK Info Rework (status, details, wait, etc.) #63
Conversation
@Maxusmusti Looks good 👍 Just had a couple comments about function names before we merge. Let me know what you think. |
@Maxusmusti also, do we want to update the notebooks showing how to use these new features in this PR? Or included it in a later PR? |
I can include those in a separate PR that updates the documentation and prepares for new release |
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.
LGTM
SDK Info Rework:
cluster.status()
methodcluster.details()
methodcluster.wait_ready()
methodCodeFlareStatus.STARTING
statusget_current_namespace()
,list_all_clusters()
, andlist_all_queued()
now all function as intendedTied to issue #33