I've been pulling data using the in-db tools for a while without any issues and last night I started experiencing some strange rounding from them, and it still seems to be happening today. All of my numeric fields are being automatically rounded to the nearest whole number. There's nothing in my workflow instructing it to round my data.
I added some browse in-db tools through the workflow to find out where this rounding was happening. It goes through several left outer joins without issue as I pull in more data from various dimension tables. Then after the 4th left outer join, all of my amounts are rounded to the nearest whole number.
In case it matters, I'm pulling from a Presto database.