I have discovered some strange behavior when adding new columns to a table associated with Unity Catalog. I overwrote the data specifying overwriteSchema = True and passing in the abfss path as it is an external table.
When quering against it, it is discovered, however when I use information_schema and data explorer it is not listed.
Does it have something to do with it still being associated to the old hive_metastore? I am having a hard time to figure it out and any help is appreciated.