orchest / orchest

Build data pipelines, the easy way 🛠️

Home Page:https://orchest.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify `Job` entity definition

fruttasecca opened this issue · comments

Once #1240 is merged the definition of a job can be simplified by dropping some columns that are now redundant thanks to the Snapshot entity. This would allow a job to only store the pipeline_uuid and the required parameters, without the pipeline definition, name, etc. Before doing this simplification we should enable back tests.

Related: #1240 (comment)