This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating of artifacts and artifact data (#83)
* Fixed repo interface mocks not being generated Signed-off-by: Nick Müller <[email protected]> * Implemented updating of artifacts Currently only supports replacement of associated ArtifactData Uses unreleased flyteidl update for new datacatalog endpoint Signed-off-by: Nick Müller <[email protected]> * Updated project to Go 1.18 Updated Dockerfile to be in line with flyteadmin Updated GitHub automation to use Go 1.18 Signed-off-by: Nick Müller <[email protected]> * Fixed artifact data upsert in Artifact.Update Signed-off-by: Nick Müller <[email protected]> * Removed golang_dockerfile from boilerplate update Signed-off-by: Nick Müller <[email protected]> * UpdateArtifact returns ID of artifact updated Signed-off-by: Nick Müller <[email protected]> * Updated to latest version of flytepropeller Signed-off-by: Nick Müller <[email protected]> * Updated to latest released version of flyteidl Signed-off-by: Nick Müller <[email protected]> * Updated to latest released flytestdlib version Signed-off-by: Nick Müller <[email protected]> * Missing artifact data is now removed after DB models have been updated Prevents DB entries without underlying blob storage data in case of a partial update failure Signed-off-by: Nick Müller <[email protected]> Signed-off-by: Nick Müller <[email protected]>
- Loading branch information
1 parent
5be8d45
commit b682495
Showing
27 changed files
with
1,300 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.