This changes numbers with multipleOf constraints to use singer decimal.
Manual QA steps
We ran the tap with the changes in, and got records for ~ 3 of the values that we're changing to singer-decimal
Risks
We didn't get records for every value we're changing to singer decimal, and this tap does a "pre-transform" step that might not expect singer-decimal. From our evaluation of the code, it looks like the pre-transform step just converts to a Decimal which singer decimal can deal with properly.
Description of change
This changes numbers with multipleOf constraints to use singer decimal.
Manual QA steps
Risks
Rollback steps