crooked-leather-44416
07/07/2021, 3:06 PMcurl --location --request POST '<http://localhost:8080/datasets?action=ingest>' \
--header 'X-RestLi-Protocol-Version: 2.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot": {
"aspects": [
{
"com.linkedin.dataset.DatasetProperties": {
"customProperties": {
"ValidThroughDate": "2021-03-15T11:40:49Z"
}
}
}
],
"urn": "urn:li:dataset:(urn:li:dataPlatform:foo,bar,PROD)"
}
}'
If I send this request, it will remove all existing custom properties, unless I stuff them in the same request.mammoth-bear-12532