Is there a way to run kedro pipelines through pyth...
# beginners-need-help
r
Is there a way to run kedro pipelines through python commands? Like calling a function from my main method. As of right now, it needs to be executed as bash commands like "kedro run" or "python -m kedro run" and also another thing is that we have to execute these commands from the project directory. Is there a way I can run from some other directory and read the input and output from s3 or adls.