Adding a new after_context_created
hook into Kedro's hooks collection
#1458
Labels
Component: Framework
Issue/PR that addresses core framework functionality
Description
Related: #506
Prerequisite of: #1431
The new hook
after_context_created
will be the solution for #506, by exposing thecontext
, it will provide a public API for developers to accesscatalog
,config_loader
,credentials
etc. TheKedroContext
will gradually become a container while theKedroSession
controls the lifecycle of Kedro's runtodo:
after_context_created
hookThe text was updated successfully, but these errors were encountered: