From a7fcffeecf40ec4693fc3259e4e33b5e97c878b0 Mon Sep 17 00:00:00 2001 From: "Yi (Alan) Wang" Date: Mon, 18 Jun 2018 10:57:10 -0700 Subject: [PATCH] Update MetadataInventoryEvent schema (#1210) --- .../src/main/avro/MetadataInventoryEvent.avsc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wherehows-data-model/src/main/avro/MetadataInventoryEvent.avsc b/wherehows-data-model/src/main/avro/MetadataInventoryEvent.avsc index c945543565..ff21488724 100644 --- a/wherehows-data-model/src/main/avro/MetadataInventoryEvent.avsc +++ b/wherehows-data-model/src/main/avro/MetadataInventoryEvent.avsc @@ -24,6 +24,15 @@ "type": "DataOrigin", "doc": "The common origin/Source tier for the inventory listing" }, + { + "name": "deployment", + "type": [ + "null", + "DeploymentDetail" + ], + "default": null, + "doc": "The specific deployment for the inventory listing" + }, { "name": "namespace", "type": "string",