Hi, I have a script that takes hours to complete. I already run it outside dvc and collected its output. Is there a way to add a stage to the dag with that script avoiding to run it again, pointing the right input/output/dependencies? In other words, since computation takes too much time, i would like to skip it and let dvc do the hashes and complete the run without actually executing the script. Is it possible?
Thanks