-
Notifications
You must be signed in to change notification settings - Fork 40
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
BUG - [your bug title here] #19
Comments
Thanks for opening this issue @jeffspringer! I have been assigned to implement this bug fix into the package during this sprint. However, I will be out of office until 6/1. I recall you had mentioned earlier in the week that you had implemented a fix for this on your own project. If that is the case, and you are open to contributing to the package then I would welcome you to create a PR with the updates! Otherwise, I will implement the fixes for this bug when I return. Thank you! |
@jeffspringer I was able to apply the fix for this Issue and merge it into the master branch. We will refrain from cutting a new release until the Issue #18 is also resolved so we may bundle all updates in one release. I will post back here once we cut the new release. |
That's fantastic, Joe! I wish I could've helped out on this but I just
couldn't find the time and wasn't sure if the changes I made would've
worked for Redshift and BigQuery (which I think the original package strove
to do).
Thank you so much for getting it done so quickly!
…On Tue, Jun 1, 2021 at 11:53 AM Joe Markiewicz ***@***.***> wrote:
@jeffspringer <https://github.com/jeffspringer> I was able to apply the
fix for this Issue and merge it into the master branch. We will refrain
from cutting a new release until the Issue #18
<#18> is also resolved
so we may bundle all updates in one release.
I will post back here once we cut the new release.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXTXZLNQAUYJJDHVEDF7KTTQUNCDANCNFSM45A5LYMA>
.
--
|
FYI the new release Closing this ticket as this update has been included in the latest release. |
Are you a current Fivetran customer?
Fivetran partner - Jeff Springer, Principal Consultant - DAS42
Describe the bug
Currency fields (usually 'amount' fields) are being cast to 'decimal' without precision. In Snowflake, this means the values are defaulted to 'number(38,0)' so all the values are losing the cents.
Steps to reproduce
Expected behavior
Expect values to include cents - i.e. cast to number(38, 2).
Project variables configuration
Package Version
Warehouse
Additional context
None
Screenshots
None
Please indicate the level of urgency
Seems fairly high. Unless I'm missing something, I would expect others would have seen this behavior some time ago.
Are you interested in contributing to this package?
The text was updated successfully, but these errors were encountered: