It is not working via curl either. Anybody tested ...
# troubleshoot
h
It is not working via curl either. Anybody tested ingestion of description on the last version of Datahub? Tried this curl (properties ingested, but not the description):
Copy code
curl '<http://localhost:8080/entities?action=ingest>' -X POST --data '{
	"entity": {
		"value": {
			"com.linkedin.metadata.snapshot.DatasetSnapshot": {
				"urn": "urn:li:dataset:(urn:li:dataPlatform:exasol,main.dds.test2,PROD)",
				"aspects": [
					{
						"com.linkedin.dataset.DatasetProperties": {
							"description": "Hello", 
							"customProperties": {
								"hello": "world"
							}
						}
					}
				]
			}
		}
	}
}'
m
@handsome-belgium-11927 are you able to get the aspect back via curl?
h
Copy code
{'value': {'com.linkedin.metadata.snapshot.DatasetSnapshot': {'urn': 'urn:li:dataset:(urn:li:dataPlatform:exasol,main.dds.test2,PROD)', 'aspects': [{'com.linkedin.metadata.key.DatasetKey': {'origin': 'PROD', 'name': 'main.dds.test2', 'platform': 'urn:li:dataPlatform:exasol'}}, {'com.linkedin.common.Ownership': {'owners': []}}, {'com.linkedin.dataset.DatasetProperties': {'description': 'Hello', 'customProperties': {'hello': 'world'}}}, {'com.linkedin.common.BrowsePaths': {'paths': ['/prod/exasol/main/dds/test2']}}, {'com.linkedin.common.GlobalTags': {'tags': []}}]}}}
Yes, this is the response. But documentation tab still empty
I'll nuke and rebuild Datahub just to be sure that's not the case..
Nope, same result, still no documentation
m
Probably a bug in the UI / graphql layer
h
Any plans on fixing this soon? I'm surprised nobody reported it, documentation seems to be one of the key features. Anyway I guess I'll try to rollback to some previous stable version..
m
Yeah that’s surprising, we’re taking a look @handsome-belgium-11927
🙌 1
b
@handsome-belgium-11927 Are you running on latest release or latest master?
h
latest master
don't remember exactly tho, pulled 1 or 2 days ago
b
So this was a known issue for a couple days but we recently merged a fix if i remember correctly
Oh nvm the PR has not yet been merged. We will be merging that shortly
h
I was already pulling latest version 😅 Ok, I'll wait, thank you!
b
Will loop back around when the fix is in!