-
Notifications
You must be signed in to change notification settings - Fork 53
update SDK args #547
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
update SDK args #547
Conversation
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 we update the args in notebooks so there would be no deprecated warnings?
@Ygnas users could be using the stack independently of notebooks so it's best to use these depreciation warnings |
What I meant updating the notebooks would still show deprecated warnings for who use the old one, but would not have them if they they updated? Or I miss something here? |
@Ygnas I see what you mean now We would update the notebooks after next release to avoid confusion for people using current release/older 👍 |
Do we have a jira to track this work ? |
@ChughShilpa |
@Bobbins228 ran it there and pushed |
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.
A small bug and nitpicks, apart from that great work!!
Hey Alex did you merge the main branch with the feature branch here? |
@alexxfan Thanks for working on this! We would like to get this merged, but looks like it needs a rebase. Do you have some cycles to update the PR? |
@varshaprasad96 that is updated now, thank you |
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
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
/approve
Just checked the branch out locally, and imports contain the args as expected! I assume the demo notebooks would be updated in follow-ups as a part of docs update.
@varshaprasad96: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobbins228, varshaprasad96 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a36ebdb
into
project-codeflare:main
@varshaprasad96 congrats on your first review for DW 😄 here's to many more. |
@dimakis I created an issue to track this already https://issues.redhat.com/browse/RHOAIENG-7686 |
Thanks @Bobbins228 for taking care of this. Do we also create an upstream GH issue to track the changes, or is JIRA sufficient? |
@varshaprasad96 The Jira board is public so that should be sufficient 👍 |
Issue link
RHOAIENG-7200
What changes have been made
What
Update the Cluster configuration in the SDK to make arguments clearer.
Currently the default config is as such:
How
Alter the following args:
Verification steps
Setup
Notebook server ODH/RHOAI/Local
git clone https://github.com/project-codeflare/codeflare-sdk.git
poetry build
- install if needed (pip install poetry
)pip install --force-reinstall dist/codeflare_sdk-0.0.0.dev0-py3-none-any.whl
Manual Testing
Checks