Open gruckion opened 2 months ago
We could support a new key (e.g. user_functions
) under stream_map_config
, then parse and cache each function definition and pass it to the simpleeval context.
EDIT: That should be done in https://github.com/meltano/sdk.
It would be very useful if we can define re-usable functions.
Instead of having to repeat the same bit of code over and over. In reality we actually need to do this instead.