Information collected when kicking off a DataHubUpgrade
Schema
{ "type":"record", "Aspect":{ "name":"dataHubUpgradeRequest" }, "name":"DataHubUpgradeRequest", "namespace":"com.linkedin.upgrade", "fields":[ { "type":"long", "name":"timestampMs", "doc":"Timestamp when we started this DataHubUpgrade" }, { "type":"string", "name":"version", "doc":"Version of this upgrade" } ], "doc":"Information collected when kicking off a DataHubUpgrade" }
Information collected when a DataHubUpgrade successfully finishes
Schema
{ "type":"record", "Aspect":{ "name":"dataHubUpgradeResult" }, "name":"DataHubUpgradeResult", "namespace":"com.linkedin.upgrade", "fields":[ { "type":"long", "name":"timestampMs", "doc":"Timestamp when we started this DataHubUpgrade" }, { "type":[ "null", { "type":"map", "values":"string" } ], "name":"result", "default":null, "doc":"Result map to place helpful information about this upgrade job" } ], "doc":"Information collected when a DataHubUpgrade successfully finishes" }