Forum Discussion
BiJoe
2 years agoHelper II
Truncate Warehouse SQL table
I have a working pipeline, pulling data from API, and using a Copy activity to load the data into a SQL table in Warehouse. I would like to truncate the rows before copying, but I can't seem to find ...
- 2 years ago
Hey,
Truncate statement is yet not supported in warehouse for now.
You can use Delete statement/
https://joyfulcraftsmen.com/exploring-limitations-of-fabric-warehouse-3-key-observations/
NandanHegde
2 years agoSuper User
Hey,
Truncate statement is yet not supported in warehouse for now.
You can use Delete statement/
https://joyfulcraftsmen.com/exploring-limitations-of-fabric-warehouse-3-key-observations/