Hi all I found a way to delete other metadata suc...
# troubleshoot
p
Hi all I found a way to delete other metadata such as tables (through cli, UI, graphql or openapi) I have another question When a column in a table is deleted, can it be automatically deleted from the datahub, or can you guide how to manually delete it through the api?
1
m
Hello, so an addition or deletion of a column in a table will be reported in the next ingestion of that table via versions. For example: You have a table with 3 initial columns. If you were to erase one of the table's column, in the new ingestion a new version of the table would be created (probably 0.1) which would only contained 2 columns. Users could navigate through the versions to see what changes have been made in the different versions.
p
@microscopic-mechanic-13766 Thanks for your help last time and Thanks again for your help.