:loudspeaker: PSA If you started seeing an error ...
# troubleshooting
r
📢 PSA If you started seeing an error like
Copy code
singer_sdk.exceptions.MapExpressionError: Failed to evaluate simpleeval expressions str(datetime.datetime.strptime(start, "%H:%M:%S").strftime("%H:%M:%S")).
when running taps/targets/mappers, a quick fix is to add
simpleeval==1.0.4
to your plugin's
pip_url
. This was caused by a breaking change made in
simpleeval==1.0.5
a few hours ago addressing a CVE: https://github.com/danthedeckie/simpleeval/releases/tag/1.0.5 We are working on fixes to the SDK and
meltano-map-transformer
now: • https://github.com/meltano/sdk/issues/3559 • https://github.com/meltano/sdk/pull/3560
SDK
v0.53.6
has been released with a fix: https://pypi.org/project/singer-sdk/0.53.6/