datahub-project / datahub

The Metadata Platform for your Data Stack

Home Page:https://datahubproject.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No assets ingested during Business Glossary Ingestion

gopikaops opened this issue · comments

Hello, I am attempting business glossary ingestion using UI with a yaml and no assets are getting ingested despite the ingestion completing successfully as per the logs. Can anyone help troubleshoot? Attaching the logs -
I tried both UI and CLI. I just updated to the latest Chart datahub-0.4.4 and app version 0.13.0
exec-urn li dataHubExecutionRequest 7d9dea59-e43d-4308-a285-8ff76fbc6845.log

Here is my yaml
business-glossary-gmps.yaml.txt

Someone raised this issue earlier this year but it went stale - #9799

I noticed in the logs that urns are being created from the yaml and I can access them via cli - however they are not ingested and available for viewing on the UI.
I am not sure where to go from here.

datahub@datahub-acryl-datahub-actions-6b968998bf-cmpbw:/tmp$ datahub get --urn "urn:li:glossaryTerm:739016038c1d35b3894aeb648c57d752"
{
  "glossaryTermInfo": {
    "customProperties": {
      "is_confidential": "False"
    },
    "definition": "Vimin readback",
    "name": "Vimin",
    "parentNode": "urn:li:glossaryNode:343f757c531d60d0e48f705893b335b5",
    "sourceRef": "DataHub",
    "sourceUrl": "https://github.com/datahub-project/datahub/",
    "termSource": "INTERNAL"
  },
  "glossaryTermKey": {
    "name": "739016038c1d35b3894aeb648c57d752"
  },
  "ownership": {
    "lastModified": {
      "actor": "urn:li:corpuser:unknown",
      "time": 0
    },
    "ownerTypes": {
      "urn:li:ownershipType:__system__none": [
        "urn:li:corpuser:DataHub"
      ]
    },
    "owners": [
      {
        "owner": "urn:li:corpuser:DataHub",
        "type": "DEVELOPER"
      }
    ]
  },
  "status": {
    "removed": false
  }
}