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
I want to explore the ability to use Kedro-plugins with existing project. Let's say we want to expand our users group, one may only use DataCatalog and ConfigLoader. While some of the components could be use standalone, but they are not as useful as using it in a Kedro Project.
Outcome of this
Is this possible currently? What is the minimal changes to make this work?
Can a notebook user enjoy the benefit of kedro-plugins ecosystem?
I see this adds a lot value to users who wish to use Kedro partly, and potentially lead to more users to migrate to a full kedro project.
p.s. I think this may related to the milestone for using kedro components, but I cannot find the milestone maybe it's not created yet?
Context
Growing our user bases beyond full kedro users
If this is possible, I can see that we don't even need to market Kedro itself, it will be simply enabling "data validation for notebook users". This will largely depends on the specific plugin though, not all plugins will make sense for non-Kedro project.
Possible Implementation
Possible Alternatives
The text was updated successfully, but these errors were encountered:
If I understand correctly, pluggy triggers are mainly in KedroSession, am I right?
I don't see how automatically triggering plugins could work when using Kedro as a library, but I agree we could explore how one could use existing plugins in a more manual way.
In addition it doesn't have to be automatically triggered. As long as it understand the structure(using kedro project), or there is a way to configure the structure (using component). i.e. Offline data check via DataCatalog, runtime data check (kedro run, this is only possible with a full kedro project).
Maybe this is only tangentially related but I contend that Hooks is a framework thing and not a library thing, and therefore Runner should not have any triggers.
Description
Related to #410
I want to explore the ability to use Kedro-plugins with existing project. Let's say we want to expand our users group, one may only use
DataCatalog
andConfigLoader
. While some of the components could be use standalone, but they are not as useful as using it in a Kedro Project.Outcome of this
I see this adds a lot value to users who wish to use Kedro partly, and potentially lead to more users to migrate to a full kedro project.
p.s. I think this may related to the milestone for using kedro components, but I cannot find the milestone maybe it's not created yet?
Context
If this is possible, I can see that we don't even need to market Kedro itself, it will be simply enabling "data validation for notebook users". This will largely depends on the specific plugin though, not all plugins will make sense for non-Kedro project.
Possible Implementation
Possible Alternatives
The text was updated successfully, but these errors were encountered: