Closed gregkoutsimp closed 2 months ago
Comparing gregkoutsimp:1695_bug_fix_datetype_stream_maps
(3281177) with main
(6b3869d)
✅ 6
untouched benchmarks
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.86%. Comparing base (
6b3869d
) to head (3281177
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When generating a datetime value from a string using stream map functionality, the detected schema type for the value falls back to string.
In this implementation we extend _eval_type method of class CustomStreamMap from the mapper.py to be bale to process dates and datetimes data types in stream maps.
Closes #1695
📚 Documentation preview 📚: https://meltano-sdk--2665.org.readthedocs.build/en/2665/