hello! I was wondering how would it be possible to...
# ask-metaflow
r
hello! I was wondering how would it be possible to skip a step
foreach
based on the list given as input, if it's empty -> we skip. Even by adding a skip annotation custom or trying other strategies (https://outerbounds-community.slack.com/archives/C020U025QJK/p1641948076018500?thread_ts=1641946316.015000&cid=C020U025QJK), i still get
IndexError: tuple index out of range
in
runtime.py
, line 474. Thank you!
1