Hello. I have a question regarding implementing c...
# ingestion
w
Hello. I have a question regarding implementing custom transformers. Is building a transformer upon MCEs considered legacy nowadays? The LegacyMCETransformer and the DatasetTransformer indicates this. If so, is there a recommended way to implement a transformer that needs multiple aspects for a given entity to perform its job? Perhaps staying with directly implementing the Transformer interface?
b
hey Thomas! yeah I believe I would suggest having your transformer make API calls since there is no guarantee that all aspects will be in the payload