-
Notifications
You must be signed in to change notification settings - Fork 297
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
Updated jupyter interaction #2858
Conversation
.sync .execution_url .wait added Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2858 +/- ##
===========================================
+ Coverage 45.53% 56.21% +10.67%
===========================================
Files 196 196
Lines 20418 20506 +88
Branches 2647 2659 +12
===========================================
+ Hits 9298 11527 +2229
+ Misses 10658 8276 -2382
- Partials 462 703 +241 ☔ View full report in Codecov by Sentry. |
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.
This is great!
cc @Mecoli1219 |
* Improved interaction with remote using FlyteWorkflowExecition .sync .execution_url .wait added Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com> * updated Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com> * updated Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com> --------- Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com> Co-authored-by: Ketan Umare <kumare3@users.noreply.github.com>
Simplified interaction with executions from Jupyter.
exe.execution_url
exe = exe.wait(poll_interval=1)
exe.sync