How to drop single feature from feature store table

deep_thought
Contributor

I have a feature store table and I would like to change one of the features from IntegerType to FloatType, I can't merge this change as it violates the schema. Is it possible to drop a single feature from the table and add the revised feature?

Currently I am dropping the whole table to solve this.