Hi everyone, I'm working with a cloud platform tha...
# questions
a
Hi everyone, I'm working with a cloud platform that only accepts a
python
entrypoint when setting up a workflow-type job Is there an elegant / intuitive way to run my Kedro project from the command-line using
python -m <something> run <pipeline> ...
? Perhaps there is a way to bootstrap Kedro in a light-weight wrapper?
d
a
Ah, very nice - thanks a lot!