-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom decimal string formatter #125
Add support for custom decimal string formatter #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out I can't request changes since I opened this PR, but these are "Requested Changes" heh
…inger-io/singer-python into feature/decimal-formatted-string-types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Approved without actually being able to hit the checkbox, but I think this is good to go ✅
Description of change
This PR introduces a new concept: A Singer custom string format type that specifies a decimal value.
The reasoning behind this is to maintain decimal precision throughout ELT pipelines by converting to and from JSON strings and parsing with
decimal.Decimal
(in Python).Manual QA steps
Risks
Rollback steps