Forum Discussion
SachinNandanwar
2 years agoImpactful Individual
Alter Table in Fabric
I am trying to drop a column through SQL endpoints using the ALTER table command but it errors out with a message : "Specific statement is not suported" Please note I am trying to alter a table in...
SachinNandanwar
2 years agoImpactful Individual
This is a bit shocking that such a basic SQL command isnt supported.
The semantic model is partially developed that involves this particular table. Do you think there would be any checks in fabric that would prevent dropping of the table if the table is already referred somewhere else ?
frithjof_v
2 years agoCommunity Champion
I don't think there will be anything preventing you from dropping the table, even if the table is referred somewhere else. So that would probably cause breaking of the semantic model.
I'm not sure what happens if you drop and then recreate the table. Will the semantic model work then? I don't know.
I hope someone else knows the answer and can tell.