mediacloud / sous-chef

Configurable Data Analytics Pipeline
1 stars 0 forks source link

Data collage columns fix #14

Closed pgulley closed 6 months ago

pgulley commented 6 months ago

The issue was that new dataframes in the datacollage were importing old series names instead of using the specified output column name. One line fix, but added some more logging. Also, using the "creates_new_document" flag on individual atoms is important- this is undocumented, let's fix that!

Fixes #6