powerful-cat-68806
05/28/2023, 9:51 AMapiVersion: v2
appVersion: v0.9.3
description: A Helm chart for LinkedIn DataHub's datahub-gms component
name: datahub-gms
type: application
version: 0.2.121
Also - how can I found, from the namespace, what’s the GMS version?modern-artist-55754
05/30/2023, 8:50 AM/config
endpoint in the gms that tells you the info.powerful-cat-68806
05/30/2023, 9:10 AMmodern-artist-55754
05/30/2023, 9:11 AMpowerful-cat-68806
05/30/2023, 9:23 AMpowerful-cat-68806
05/30/2023, 9:23 AMmodern-artist-55754
05/30/2023, 9:24 AMpowerful-cat-68806
05/30/2023, 9:25 AMpowerful-cat-68806
05/30/2023, 9:25 AMpowerful-cat-68806
05/30/2023, 9:27 AMmodern-artist-55754
05/30/2023, 9:28 AMmodern-artist-55754
05/30/2023, 9:28 AMimport requests
res = requests.get("<http://ip:port/config|http://ip:port/config>")
print(request.json())
powerful-cat-68806
05/30/2023, 9:29 AMmodern-artist-55754
05/30/2023, 9:32 AMpowerful-cat-68806
05/30/2023, 9:54 AM"linkedin/datahub" : {
"version" : "v0.9.6.1",
"commit" : "xxxxxx"
}
modern-artist-55754
05/30/2023, 9:57 AMpowerful-cat-68806
05/30/2023, 9:58 AMmodern-artist-55754
05/30/2023, 9:58 AMpowerful-cat-68806
05/30/2023, 9:59 AMpowerful-cat-68806
05/30/2023, 9:59 AMpowerful-cat-68806
05/30/2023, 10:00 AMmodern-artist-55754
05/30/2023, 10:03 AMpowerful-cat-68806
05/30/2023, 10:03 AMpowerful-cat-68806
05/30/2023, 10:03 AMmodern-artist-55754
05/30/2023, 10:06 AMgentle-hamburger-31302
05/30/2023, 10:18 AMgentle-hamburger-31302
05/31/2023, 11:29 AMaloof-gpu-11378
05/31/2023, 11:57 AMimage
property.aloof-gpu-11378
05/31/2023, 11:58 AM/config
endpoint will return a JSON akin to:
{
"models": {},
"patchCapable": true,
"versions": {
"linkedin/datahub": {
"version": "v0.10.3",
"commit": "a29b576daa2fffcdd356250ca8a60ea9d40a4e11"
}
},
"managedIngestion": {
"defaultCliVersion": "0.10.3",
"enabled": false
},
"statefulIngestionCapable": true,
"supportsImpactAnalysis": true,
"timeZone": "GMT",
"telemetry": {
"enabledCli": true,
"enabledIngestion": false
},
"datasetUrnNameCasing": false,
"retention": "true",
"datahub": {
"serverType": "prod"
},
"noCode": "true"
}
aloof-gpu-11378
05/31/2023, 11:58 AMpowerful-cat-68806
06/04/2023, 8:07 AM{
"models": {},
"patchCapable": true,
"versions": {
"linkedin/datahub": {
"version": "v0.9.6.1",
"commit": "xxxxxxx"
}
},
"managedIngestion": {
"defaultCliVersion": "0.9.6",
"enabled": true
},
"statefulIngestionCapable": true,
"supportsImpactAnalysis": true,
"telemetry": {
"enabledCli": true,
"enabledIngestion": false
},
"datasetUrnNameCasing": false,
"retention": "true",
"datahub": {
"serverType": "prod"
},
"noCode": "true"
}
powerful-cat-68806
06/04/2023, 8:07 AMpowerful-cat-68806
06/05/2023, 9:23 AMincalculable-ocean-74010
06/05/2023, 9:00 PMincalculable-ocean-74010
06/05/2023, 9:01 PMapiVersion: v2
name: demo-datahub
description: A Helm chart to deploy DataHub for
type: application
version: 0.0.1
dependencies:
- name: datahub-prerequisites
version: 0.0.12
repository: <https://helm.datahubproject.io/>
condition: datahub-prerequisites.enabled
- name: datahub
version: 0.2.132 <--- Update this to whatever version you want.
repository: <https://helm.datahubproject.io/>
condition: datahub.enabled
incalculable-ocean-74010
06/05/2023, 9:01 PMpowerful-cat-68806
06/11/2023, 7:08 AMpowerful-cat-68806
06/11/2023, 2:52 PM0.2.165
Where can I see that I’m using this version?incalculable-ocean-74010
06/12/2023, 5:37 PMpowerful-cat-68806
06/12/2023, 5:41 PM0.2.165
but I'm still facing the same error in the ingestionpowerful-cat-68806
06/13/2023, 7:50 AMgentle-hamburger-31302
06/15/2023, 9:33 AMdazzling-yak-93039
06/15/2023, 8:18 PMProvided urn urn:li:corpGroup:sccm-Amadeus Altea INV (RIT HD\\\\\\" is invalid
which is coming from this line of code: https://github.com/datahub-project/datahub/blob/8f9a23fb2e129cace52e7adc42978120b8[…]/src/main/javaPegasus/com/linkedin/common/urn/UrnValidator.java
I believe the validation check that is failing specifically is this one:
https://github.com/datahub-project/datahub/blob/8f9a23fb2e129cace52e7adc42978120b8[…]tils/src/main/javaPegasus/com/linkedin/common/urn/TupleKey.java
which checks for matching parentheses in an Urn. Can you see where this Urn is coming from and exclude it? Or make sure it is not being truncated? We use parentheses as a special character in Urns to indicate tuples of entities, so the Urn you're trying to store should not have parentheses if it is not representing this concept.powerful-cat-68806
06/18/2023, 8:23 AMpowerful-cat-68806
06/18/2023, 8:33 AMnutritious-yacht-6205
06/19/2023, 10:30 AMfailed to write record with workunit xxx with ('Unable to emit metadata to DataHub GMS: javax.persistence.PersistenceException: Error when batch flush on sql: update metadata_aspect_v2 set metadata=?, createdOn=?, createdBy=?, createdFor=?, systemmetadata=? where urn=? and aspect=? and version=?', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': 'javax.persistence.PersistenceException: Error when batch flush on sql: update metadata_aspect_v2 set metadata=?, createdOn=?, createdBy=?, createdFor=?, systemmetadata=? where urn=? and aspect=? and version=?', 'status': 500, 'id': 'urn:li:glossaryNode:pii.impact.levels'}) and info {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': 'javax.persistence.PersistenceException: Error when batch flush on sql: update metadata_aspect_v2 set metadata=?, createdOn=?, createdBy=?, createdFor=?, systemmetadata=? where urn=? and aspect=? and version=?', 'status': 500, 'id': 'urn:li:glossaryNode:pii.impact.levels'}
{
"models": {},
"patchCapable": true,
"versions": {
"linkedin/datahub": {
"version": "v0.10.4",
"commit": "3de94c52230ff2ea25de6afd1cf42c7fd85b2375"
}
},
"managedIngestion": {
"defaultCliVersion": "0.10.4",
"enabled": true
},
"statefulIngestionCapable": true,
"supportsImpactAnalysis": true,
"timeZone": "GMT",
"telemetry": {
"enabledCli": true,
"enabledIngestion": false
},
"datasetUrnNameCasing": false,
"retention": "true",
"datahub": {
"serverType": "dev"
},
"noCode": "true"
}
powerful-cat-68806
06/19/2023, 8:00 PMpowerful-cat-68806
06/21/2023, 8:23 AMgentle-hamburger-31302
06/21/2023, 8:25 AMorange-night-91387
06/21/2023, 4:38 PMorange-night-91387
06/21/2023, 4:39 PMpowerful-cat-68806
07/27/2023, 2:17 PM