Hey Everyone I wanted to know more about kedro CL...
# plugins-integrations
v
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 ?
@Nok Lam Chan @marrrcin @Merel
m
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.
v
Understood. I just checked and found we can atleast provide --env using the plugin
n
As mentioned, it's up to the plugin implementation. I