breezy-portugal-43538
07/13/2022, 12:40 PMcareful-pilot-86309
07/13/2022, 1:13 PMbreezy-portugal-43538
07/13/2022, 1:33 PMcareful-pilot-86309
07/13/2022, 2:02 PMcareful-pilot-86309
07/13/2022, 2:03 PMbreezy-portugal-43538
07/14/2022, 6:33 AMbreezy-portugal-43538
07/14/2022, 8:00 AMcurl '<http://localhost:8080/entities?action=ingest>' -X POST --data '{
"entity": {
"value": {
"com.linkedin.metadata.snapshot.DatasetSnapshot": {
"urn": "<my urn>",
"aspects": [
{
"com.linkedin.common.InstitutionalMemory": {
"elements": [
{
"url": "<http://www.google.com|www.google.com>",
"description": "Some description",
"createStamp": {
"time": 0,
"actor": "urn:li:corpuser:Datahub"
}
}
]
}
},
{
"com.linkedin.dataset.DatasetProperties": {
"description": "This is just a test!",
"tags": [],
}
},
{
"com.linkedin.common.GlobalTags": {
"tags": [
{
"tag": "urn:li:tag:tag1"
},
{
"tag": "urn:li:tag:tag2"
},
]
}
}
]
}
}
}
}'
Should be within the datasetProperties or after the datasetSnapshot?
If it would be possible for you, could you put the datasetProfile in correct place in my curl command with some example value?
Thanks in advance for help! : )careful-pilot-86309
07/14/2022, 9:36 AM