You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return models.Artifact{}, errors.NewDataCatalogErrorf(codes.NotFound, "entry not found")
229
+
}
230
+
226
231
iflen(artifactModel.ArtifactData) ==0 {
227
232
return models.Artifact{}, errors.NewDataCatalogErrorf(codes.Internal, "artifact [%+v] with key %v does not have artifact data associated", artifactModel, key)
0 commit comments