You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Init RuntimeContext from debug notebook to simplify interactive debugging flows (#2253)
UCX manages all object dependencies via subclasses of `GlobalContext`.
All UCX workflows use `RuntimeContext` instance for any object lookup,
so this PR simplifies debugging by pre-initializing `RuntimeContext` the
correct way.
0 commit comments