NHMDenmark / DaSSCo-Integration

This Repo will include integration of dassco storage from northtec
0 stars 0 forks source link

Make checks for usage of pipeline that asset is not a derivative when creating list of jobs #65

Open Baeist opened 2 months ago

Baeist commented 2 months ago

We are using the metadata field pipeline to determine which jobs/processes(image refining, ocr etc) an asset goes through. Derivatives inherits these jobs as done from their parent along with the pipeline name field. This needs to be handled differently in the code so as to not create a new same set of jobs for a derivative that its parent has already gone through.