singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
538 stars 128 forks source link

removed normalize() from singer.decimal to avoid excessive scientific notation #146

Closed leslievandemark closed 3 years ago

leslievandemark commented 3 years ago

Description of change

Removed the normalize function from singer.decimal code in the transformer to avoid excessive scientific notation. We also updated the tests.

Manual QA steps

Risks

Rollback steps