Update to utilize Singer-SDK 0.32.0. SDK PR #1951 Ensure SQL streams are sorted when a replication key is set looks to resolve an open issue. Basic handling of MS SQL TIMESTAMP and ROWVERSION have been put in place. Updated hd_to_jsonschema_type handling of numeric with precision and scale to use scientific notation to get around rounding maximum and minimum. BIT has been changed to a bool type.
Update to utilize Singer-SDK 0.32.0. SDK PR #1951 Ensure SQL streams are sorted when a replication key is set looks to resolve an open issue. Basic handling of MS SQL TIMESTAMP and ROWVERSION have been put in place. Updated
hd_to_jsonschema_type
handling ofnumeric
withprecision
andscale
to use scientific notation to get around roundingmaximum
andminimum
. BIT has been changed to abool
type.Closes #68 Closes #55 Closes #53 Closes #41