MonashBI / arcana-legacy

Abstraction of Repository-Centric ANAlysis - a Python framework
Apache License 2.0
4 stars 3 forks source link

Check extension of pipeline output matches specified format #131

Open tclose opened 4 years ago

tclose commented 4 years ago

When running a pipeline and sinking a file check the extension of the file to be outputted to see that it matches the specified format.

Instead of using an IdentityInterface we could use a specialised interface that records the format of each output.

If it doesn't match, not sure whether to throw a warning or error. Probably an error