Wow, what are the odds that someone adds a mapper template to the SDK literally one hour before I thought about looking for one? thankyou
p
pat_nadolny
08/03/2023, 5:12 PM
Watch out for a potential time_extracted error, I noted it in the PR https://github.com/meltano/sdk/pull/1892#issue-1833462775. It might be a bug in there somewhere with serializing and deserializing the timestamp metadata property
pat_nadolny
08/03/2023, 5:13 PM
Also I was tinkering with an idea we had in office hours yesterday to make a generic mapper https://github.com/pnadolny13/mapper-generic. It might be interesting depending on what youre doing
m
Matt Menzenski
08/03/2023, 5:14 PM
My use case is decrypting values that are encrypted in the source
Matt Menzenski
08/03/2023, 5:15 PM
We have an in-house Python library to do this already - that generic mapper is interesting