Seeking Advice on Handling Oracle NUMBER Data Type in Fabric
This issue prevents me from automating the process using Will's parameter-driven parent-child loop. My approach involves populating a configuration table with table names and other metadata that need to be loaded. The loop then processes each table from this configuration.
The problem arises because some of the source tables uses the NUMBER data type with no precision, which causes the load to fail with the error:"Invalid Decimal Precision or Scale. Precision: 38, Scale: 127."
As a result, I cannot automatically load such tables into the Lakehouse. Has anyone encountered this issue? If so, what workarounds or solutions have you implemented to overcome it?
UPDATED:
I am currently automating this, for each table, bring in as a csv then copying to a LH table, but by doing so all datatypes become varchar.