Great project! we found that when adding resource_trackers to a join step in Metaflow, it report the following error:
Unhandled artifacts in merge:
Step cannot merge the following artifacts due to them having conflicting values:
[resource_tracker_data, resource_tracker_data, resource_tracker_data, resource_tracker_data, resource_tracker_data].
To remedy this issue, be sure to explicitly set those artifacts (using self.<artifact_name> = ...) prior to calling merge_artifacts.
looks like it's coming from merging artifacts from multiple foreach steps and found ambiguous artifacts with the same name.
do we plan to support this in the future (like merging resource_tracker_data from multiple foreach steps and display) or it is not recommended to add it to join steps.
Thanks!
Great project! we found that when adding resource_trackers to a join step in Metaflow, it report the following error:
looks like it's coming from merging artifacts from multiple foreach steps and found ambiguous artifacts with the same name.
do we plan to support this in the future (like merging resource_tracker_data from multiple foreach steps and display) or it is not recommended to add it to join steps.
Thanks!