Gauthier Pierard
04/04/2025, 3:26 AMkedro run
runs everything fine but kedro run --namespace xx
only executes the namespaced pipelines and skips the initial one, relying on outdated outputs. how to execute the initial one also when specifying the --namespace
?Huong Nguyen
04/04/2025, 8:44 AMkedro run --namespace
will only execute the nodes within that namespace, not the regular ones. As far as I know, there isn't currently a way to run both at the same time.Gauthier Pierard
04/04/2025, 8:44 AM