Hi team, I am trying to ingest metadata using sour...
# all-things-deployment
c
Hi team, I am trying to ingest metadata using source as busineas glossary but I am getting this error The glossary file I have used the sample one . https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml Please refer recipefile and error :
e
Hi @creamy-van-28626 are any of your other ingestion sources working okay?
can you run
datahub check plugins
and verify that the
business-glossary
source is enabled?
c
Initially ingested metadata with snowflake it worked
Let me check on whether this plugin is enable or not
b
Recipe source type should be "datahub-business-glossary", I think? And not Datahub
c
I used only datahub business glossary
b
i mean the "type" in the recipe, is shown as Datahub in the photo
c
Yeah I have changed it to this still this error is coming
This error is coming
b
validationerror suggest that you have a missing field, <owners> in the glossary?
c
Owner field is optional right?
b
i believe it is required.
c
Okay let me add that
It worked
But one thing how you guys I have ingested glossary yaml file as there is no option from UI? I have added this glossary file over the image . Did you mount this file over image or how you have ingested ?
b
use CLI ingest for this case?
c
I have added this glossary file over the base image but that's not a proper way to do this How you guys have created glossary file ?
s
Currently there are 2 options • mount it on the image / build your image on top of the published images • use CLI outside of UI ingestion Different orgs choose different options. The team is aware this is not ideal. But we don't have a solution or ETA yet.
c
How can I delete these two items
s
c
It not working for glossary items I am using this command Datahub delete —entity_type glossary terms
c