Hi. I have a set of data processing steps that wer...
# questions
l
Hi. I have a set of data processing steps that were buildtto be run each in it's own custom docker container. Each step reads from local (volume-mapped) files and writes to a local destination directory (also volume-mapped) I typically run them as a series for
docker run..
commands, passing the output paths of one job as input paths for the next job. I'd like to automate the process with Kedro while keeping to the container-per-node architecture. Is there Kedro tooling to support this ? (sorry, I'm rather new to Kedro 🙂 )
👍 1