Skip to content

cannot merge resource_tracker_data in join step #8

@zq-ftnt

Description

@zq-ftnt

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions