- Improves logging around unparseable datetimes, now warning level instead of error.
- Adds feature to transformer to respect
selected
and"inclusion": "unsupported"
metadata if passed in.
- Fix datetime serialization call in
messages.write_record
fortime_extracted
to format consistently across platforms
- Allow transform's string_to_datetime to accept a datetime with timezone and peg at UTC for further processing
- Implemented cross platform strftime formatting in
utils.strftime
, based on tap-codat #3
- Adds replication_method as a field to the catalog class
- Sets the default format for dates to use %04Y so dates < 1000 are formatted with leading zeroes #65