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

Record TFX output artifacts in Metadata store #884

Merged
merged 9 commits into from
Mar 6, 2019
Prev Previous commit
Next Next commit
Update workspace to get latest ml-metadata version.
  • Loading branch information
neuromage committed Mar 5, 2019
commit a115c219c6a470284542a314040ccf82fbd30fa2
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")

go_repository(
name = "google_ml_metadata",
commit = "e95231f88a8f7ed5224007ba554e080a73ac30a1",
commit = "becc26ab61f82bfe7c812894f56f597949ce0fdc",
importpath = "github.com/google/ml-metadata",
)

Expand Down