amine_birani
08/01/2023, 8:51 AMregex
, but it seems hard / impossible to import re
module and use it with eval statement
So what's the best way to achieve this using meltano ?
I was wondering if I can easily add new built-in functions (like the md5
), or make the re module available in the meltano-map-transformer (I guess I should add it to the singer_sdk/mapper.py file 🤔)
Thanks in advance
Edit: In general, what is the best way to handle custom transformer ? I know of the dbt solution, but I really want to transform my stream using pythonedgar_ramirez_mondragon
08/01/2023, 2:17 PMStreamMapper
defines in the meltano-map-transform repo.
It might also make sense to make the eval transformer easier to extend, so do log an issue in the singer sdk repo if you're interested in that.Reuben (Matatika)
08/01/2023, 2:48 PM