klay-music / klay-beam

Our Apache Beam Transforms and Pipelines
0 stars 0 forks source link

Allow passing `overwrite` variable into `SkipCompleted` #73

Closed mxkrn closed 8 months ago

mxkrn commented 8 months ago

Sometimes it's useful to be able to not skip completed files and overwrite them instead, I think the best way to do this is by implementing this logic in the SkipCompleted class.