Hi, Datahub's ingestion cli seems to be importing...
# ingestion
f
Hi, Datahub's ingestion cli seems to be importing table/column descriptions if the data platform has the metadata. Is there any way to turn this feature off?
Also, I couldn't find any documentation for this
b
there isn't a readily available method to turn it off.
the easiest way is to write a transformer function to clear out the descriptions before its written to datahub
f
Ah okay, thanks for that
m
@fierce-waiter-13795: curious why you would want to turn it off, haven't heard this requirement before. Is it because the descriptions are not accurate?
f
I'm looking for a way to manage/automate the ingestion of description/tags/terms into datahub(open to suggestions) One way is to add them directly to the dataplatform and ingest using cli. Another would be to save them all in a flat file(for ex) and load them using the python script. I guess it would get messy if I wanted to switch approaches