Hi guys, how can I remove glossary term from datah...
# ingestion
a
Hi guys, how can I remove glossary term from datahub?
b
i assume that you're removing the glossary term entirely from the DB. does the
Copy code
datahub delete
command not work?
a
yep but how I can datahub delete --urn "" from other computer
with ingest we can use sinks but can I use sinks with delete?
b
so you need to run "datahub init" to configure the gms endpoint location if you're running delete from other computers
❤️ 1
then run datahub delete --urn=XXXX
a
thanks, you save my day