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

Artifact Control Plane #24

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

fa9r
Copy link
Contributor

@fa9r fa9r commented Nov 22, 2023

Describe changes

Adjusted template to changes from zenml-io/zenml#1943

Pre-requisites

Please ensure you have done the following:

  • If my change requires a change to docs, I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have updated ref-zenml in .github/workflows/ci.yml accordingly (if you don't know - main would be a solid choice)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@fa9r fa9r requested a review from avishniakov November 22, 2023 11:43
template/run.py Outdated
f"`{str(artifact.get_artifact_id())}`."
)
client = Client()
model_version = client.get_model_version("e2e_use_case", "staging")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work, because once you first run a pipeline composition on a clean environment there is no staging model version, so it will fail to retrieve. I suggest you remove this part for now and I'll follow up on this in https://zenml.atlassian.net/browse/OSS-2669

@avishniakov
Copy link
Contributor

@fa9r I pushed changes here to speed up a bit

@avishniakov avishniakov merged commit e97f7e5 into main Nov 23, 2023
13 checks passed
@avishniakov avishniakov deleted the feature/OSS-2190-data-as-first-class-citizen branch November 23, 2023 08:17
@avishniakov avishniakov restored the feature/OSS-2190-data-as-first-class-citizen branch November 23, 2023 08:21
@avishniakov avishniakov deleted the feature/OSS-2190-data-as-first-class-citizen branch January 16, 2024 16:44
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.

2 participants