Every time metaflow runs, I want to make a recording of it. So I used the "python3 bc_flow.py run --with card" command in the VS code command. However, it reported an error:
Card render failed with error
Object not found:
Task('BreastCancerFlow/1670133303953734/prepare_data/4') does not exist
I used my professor's code, and that works pretty well.
What should I do to debug and get the recorded version for every run time?