Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Artifacts] Fix Import Project with remote Artifacts #5789

Merged
merged 10 commits into from
Jun 19, 2024

Conversation

quaark
Copy link
Member

@quaark quaark commented Jun 19, 2024

https://iguazio.atlassian.net/browse/ML-6466

When exporting a project with remote(non-inline) artifacts, they get exported in the structure:

{
  "key": "<artifact key>",
  "import_from": "<object store url>",
}

Therefore it does not match the artifact schema with metadata, spec, status and fails on trying to extract metadata.key when it can extract key directly.

Fixed the object validation during import to support remote artifacts.

@quaark quaark merged commit a4cb047 into mlrun:development Jun 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants