Forum Discussion
AnmolGan81
11 months agoAdvocate II
Synapse Datawarehouse to Fabric Warehouse Data Load
We are trying to load data from synapse to fabric but getting one issue that is related to float data type that we have in target, during the load it is staging the data into one lake, and not able t...
- 11 months ago
Well we have tested this scenerio by creating tabular mapping and directly loading parquet file from data lake into the lakehouse using ADF and then moving that data into warehouse through stored procedure works; without any staging and it works, somehow staging in onelake does not allow us to move the data into warehouse.
This will be an actual solution for the problemetic data types, or someone who is directly looking to copy data to test fabric warehouse/lakehouse performance and test one time migration.
AnmolGan81
11 months agoAdvocate II
we tried with DECIMAL(22,8) its not working and at target will have to check if we can keep decimal(22,8)