Skip to content

Unique execution changes

Compare
Choose a tag to compare
@annmary-roy annmary-roy released this 29 Jun 20:57
· 38 commits to master since this release
816672d
  1. Every execution as a uuid associated with it.
  2. Reusable execution - Executions can be reused. ie after an execution is created it can be updated with additional events .
  3. Models now have the same behavior as dataset. Earlier Model when associated as an output unique model was created everytime. Now irrespective whether its output or input , the existence of the same hash is checked and if exist the existing artifact is used.