https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
r

rohan_ahire

09/01/2022, 10:33 PM
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.