Hey Everyone
I wanted to know more about kedro CLI that we have . So there are arguments like --env , --nodes , -- pipelines
which we pass using the kedro run
command .
So for any given plugin related to deployments like airflow , kubeflow . How can we supply these arguments ?
It's plugin-specific; Usually it's kedro <plugin> run --env <env> --pipeline <pipeline>
. AFAIR Getindata's plugins don't have possibility to run single node.