Open datajoely opened 1 year ago
Related discussion: https://github.com/kedro-org/kedro/issues/2169#issuecomment-1445426832
I think this is related too, we need to document and understand what is the use case and what improvements we can make.
There are some questions we want to ask.
Summary (To be updated)
Runner
is often used to get rid of the 1 session 1 run assumption, and directly interact with lower-level objects like DataCatalog
.Catalog
directly (I am guessing the use of .add_feed_dict
directly to inject data) https://github.com/kedro-org/kedro/issues/2169#issuecomment-1447001865Runner
?
hook
system is built for session
instead of runner
Moving this to the Session milestone
In light of the interest that kedro-boot
is getting (lots of mentions in Slack), that the authors @takikadiri and @Galileo-Galilei have already poured lots of thought on its design, and that we mostly agreed in Tech Design https://github.com/kedro-org/kedro/issues/2169#issuecomment-1945946338 that this is an idea worth pursuing, are we ready for at least a first exploration of this issue from a technical standpoint?
@merelcht @rashidakanchwala I often hear that "the KedroSession
was created for Experiment Tracking", do you happen to have any pointers? And besides, should https://github.com/kedro-org/kedro-viz/issues/1624 be a blocker?
Can I please volunteer myself for a user interview on how my teams have approached this!
Discussed in https://github.com/kedro-org/kedro/discussions/2134