qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

refactor(deploy): allow deploying a workflow without applying the transform #1941

Closed ramfox closed 2 years ago

ramfox commented 2 years ago

It is now possible to deploy a workflow without running the workflow/transform. For a new workflow, if you both save a dataset & run the transform, it will result in 2 commits. The first is to save the transform to the dataset, the second is to commit the results of applying the transform.

closes qri-io/frontend#262