Joel
Joel
How are we ensuring dependencies are valid. We have a wider uv ticket, it would be great to look into compiling just the necessary requirements.
I'd also like to see how we handle the following requirement: - as a user I'm deploying my Kedro pipeline to a k8s based orchestrator - part of my Kedro...
I think its it own ticket, but an important one
I like that, can we add a `load_dot_env` true/false, feels like a no brainer?
I just felt it was complimentary, but technically it's a separate feature request
So we've resisted this for years since it violates the [12factor app](https://12factor.net/config) the addition of `--conf-source` is our official solution to this, but users still hit this bit of friction...
@MinuraPunchihewa a possible reference implementation can be found here where we do something similar for micropackaging (even if that feature is currently deprecated!) https://github.com/kedro-org/kedro/blob/075d59b1776c585698c677ec3619bc30b15ea8bc/kedro/framework/cli/micropkg.py#L421
>This is just a quick summary but long story short I think our approach to packaging and bundling needs a refresh. I'd add the word **pragmatic** somewhere in there, but...
If someone does multiprocessing within a parallel run things will typically fail, should we keep that expectation or is it possible to handle?