Quick question, we are updating from kedro 0.17.7 ...
# questions
m
Quick question, we are updating from kedro 0.17.7 to 0.18.4 and we noticing that the
get_current_session
function was removed. Is there a particular reason why? And is it possible to get the same functionality differently?
d
The design changed as we were building it, the right way to access live lifecycle state is via the hooks functionality
m
Right! Completely forgot about the
after_context_create
hook. Thanks for reminding me 😄