We need to have way to add migrators/adapters the system.
Currently, we have a hack function that users can call to append an item to the overall common_transformers list.
Instead, we should have this defined at the top level of the module specifying which versions/sources/event types it applies to. When loading the module, LO can extract this and add it to the pipeline then.
We need to have way to add migrators/adapters the system.
Currently, we have a hack function that users can call to append an item to the overall
common_transformerslist.Instead, we should have this defined at the top level of the module specifying which versions/sources/event types it applies to. When loading the module, LO can extract this and add it to the pipeline then.