Open
Description
When we perform Categorify on a Target column, Tags.CATEGORICAL
is added to the schem. For an internal project we need to remove this tag and we currently don't have a functionality for this.
We can create the below functionality which updates the schema:
schema[column_name].remove_tag(tag=[Tags.TAG_NAME])