mediacloud / sous-chef

Configurable Data Analytics Pipeline
1 stars 0 forks source link

extraction_tasks should have a superclass #22

Open pgulley opened 2 months ago

pgulley commented 2 months ago

Often run into an error while implementing new extraction tasks where I forget to set the "creates_new_document" flag to true- sometime lose hours to this! Since every extraction task does this, just slip it in a super class.