Is there some kind of mechanism to transfer datahu...
# advice-metadata-modeling
e
Is there some kind of mechanism to transfer datahub documentation in case a table was renamed on a server? For example I had a table Table1 and in was renamed into Table01 and I want to keep all my colums desctiprions, ownership, domain and other things
👀 1
✅ 1
a
@elegant-salesmen-99143, did you edit these things in the original source or in the UI? You may need to use an API or SDK to change things effectively.
If you can get everything downloaded via python you could use the CSV enricher https://datahubproject.io/docs/generated/ingestion/sources/csv/#module-csv-enricher
e
@astonishing-answer-96712 I mean the changes were made in the original source in our DWH. You mean download all exhisting metadata and then upload into datahub with table name changed?
a
Yeah, that would likely be the solution