Replies: 1 comment 1 reply
-
Why wouldn't you run the pipeline twice? That sounds a bit like The XY Problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way in Kedro that allows running the same pipeline with multiple input files that will undergo the same treatment?
Say for example I have:
malaria_dm.csv
andtuberculosis_dm.csv
and I want to run data cleaning pipline one time instead of two.Thanks
Beta Was this translation helpful? Give feedback.
All reactions