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
Add Context and ContextType to MLMD data model, which are used for capturing
grouping concepts (e.g., Project, Pipeline, Owner, etc) of Artifacts and
Executions.
Add CACHED state to Execution state enum to model an execution that is
skipped due to cached results.
Add the ability to list all instances of ArtifactType and ExecutionType.
Support Type update and enforce backward compatibility.
Support atomic creation and publishing of an execution.
Support building a manylinux2010 compliant wheel in docker so that it works
in other linux OS outside of Ubuntu.
Provide MLMD migration scheme to migrate out-of-date MLMD instance.
Support creating and querying ContextType.
Support creating, updating and querying Context instances.
Support grouping artifact and executions into contexts.
Support querying related artifacts and executions through contexts.