wooden-pencil-40912
08/04/2022, 2:33 PM0.8.40
and 0.8.41
, is this a known issue with these version ? Local docker testing works alright for 0.8.42
but since helm chart is not yet available, i can not use it.bulky-soccer-26729
08/04/2022, 4:18 PMwooden-pencil-40912
08/04/2022, 4:27 PMSource (datahub-business-glossary) report:
{'workunits_produced': 49,
'workunit_ids': [
'urn:li:glossaryTerm:PII.Country',
'urn:li:glossaryTerm:PII.Race',
'urn:li:glossaryTerm:PII.Place of birth',
'urn:li:glossaryTerm:PII.Religion',
'urn:li:glossaryTerm:PII.Age Range'],
'warnings': {},
'failures': {},
'cli_version': '0.8.41',
'cli_entry_location': '/datahub/__init__.py',
'py_version': '3.9.0 (default, Nov 25 2021, 20:20:38) \n[Clang 12.0.5 (clang-1205.0.22.11)]',
'py_exec_path': '.venv/bin/python',
'os_details': 'macOS-12.4-x86_64-i386-64bit'}
Sink (datahub-rest) report:
{'records_written': 49,
'warnings': [],
'failures': [],
'downstream_start_time': datetime.datetime(2022, 8, 4, 19, 23, 12, 939647),
'downstream_end_time': datetime.datetime(2022, 8, 4, 19, 23, 40, 526068),
'downstream_total_latency_in_seconds': 27.586421,
'gms_version': 'v0.8.41'}
wooden-pencil-40912
08/04/2022, 4:29 PMgms_version
always points to ‘v0.8.42’ irrespective of what version i provide for acryl-datahub
in requirements.txt , so thats not letting me test the version 'v0.8.41'
locally. Another Qis, Is there a way i could pin this version on local ?bulky-soccer-26729
08/04/2022, 4:29 PM<http://localhost:3000/glossaryTerm/urn:li:glossaryTerm:PII.Country>
and see if you can see documentation or owners or any other data associated with it to see if it existsbulky-soccer-26729
08/04/2022, 4:31 PMwooden-pencil-40912
08/04/2022, 4:31 PMbulky-soccer-26729
08/04/2022, 4:32 PMwooden-pencil-40912
08/04/2022, 4:40 PMwooden-pencil-40912
08/04/2022, 4:40 PMI do see an issue above however in the urns you’re creating - there shouldn’t be any spaces in urns like that. You can add spaces to names in the UI but when ingesting via a yaml file you can’t have spaces in the urn nameI see, i will give it a go and get back on this.
wooden-pencil-40912
08/04/2022, 4:45 PMI do see an issue above however in the urns you’re creating - there shouldn’t be any spaces in urns like that. You can add spaces to names in the UI but when ingesting via a yaml file you can’t have spaces in the urn nameI just checked , the existing ingest ( before i added additional glossary terms) had space in urn as well and it was working fine before the upgrade.
bulky-soccer-26729
08/04/2022, 4:46 PMwooden-pencil-40912
08/04/2022, 4:47 PMbulky-soccer-26729
08/04/2022, 4:53 PMbulky-soccer-26729
08/05/2022, 2:30 PMurn:li:glossaryTerm:Discoverd.Country
) and look at its glossaaryTermInfo
aspect, checking out its metadata. Does it have a parentNode
set?
Also, when you go to your glossary do you see nothing at all? or are you able to see the Discoverd
Glossary Node (Term Group)?clever-kilobyte-2716
08/12/2022, 12:29 PMglossaryTermInfo
it is showing parentNode
.
I’ve upgraded our staging instance to v0.8.43
, I think there’s a few issues at play with our data.
1. All groups and terms ingested via recipe are not showing in the UI but are in the metadata and if I rebuild indices they still do not show
2. I can add new groups and terms via UI but they do not immediately show, I have to rebuild indices each time
Looking at the metadata the difference I’m seeing in glossaryNodeInfo
and glossaryTermInfo
is that there’s a name
element on the ones I created in the UI, whereas these don’t exist in the ingested ones, maybe because we’re setting the id and name the same, the ones created in the UI have a UUID for the ID, as there’s no advanced property to update the ID.
I’m seeing some fails in our actions pod, might be nothing but I’m wondering if this is what’s used to trigger the indices builds when we create/ingest them?clever-kilobyte-2716
08/12/2022, 2:30 PMv0.8.28
), we’re using custom topic names, so I’ve set PLATFORM_EVENT_TOPIC_NAME
and created the topic and now the groups and terms immediately appear when adding via the UI.
I’ve found for the ingest, I’ve had to hard delete and re-ingest for them to appear, rebuilding the indices isn’t working for us, I’ll look and see if I can see if the underlying metadata before and after differsclever-kilobyte-2716
08/15/2022, 10:08 AMbulky-soccer-26729
08/16/2022, 1:39 PM