MongoDB Connector (Beta) loads column as int instead of float
Hi Community,
i have an issue with the MongoDB Connector.
When I load the fact table, the values are all loaded as int, for some cases that would be acceptable as we have many int numbers in there, but there are some float numbers.. for example 12.5 is loaded as 12.
I really dont know what i can do about that. I already tried to change the sample by starting backwards etc. but with no effect.