Modularize import artifacts
We need to look at the import artifacts stage, and rewrite the code to:
- remove code duplication
- improve reusability
- improve our code coverage (adding unit tests)
- allow for easier local use/testing
Edited by Kenneth Maguire