Hi team, We have a use case where user is ingesting iceberg table into datahub.
Currently user manages table column comments via spark/trino query(that gets updated in iceberg snapshot file),
1. with ingestion do we import those comments to datahub field comments ?
2. Now once user start to improvise that comment in datahub ui, next iteration of ingestion will overwrite comment updated by user ?
How are we handling this scenario ?