diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/data/table.json b/openmetadata-spec/src/main/resources/json/schema/entity/data/table.json index 3eb8797617d..fcd12db2400 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/data/table.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/data/table.json @@ -667,7 +667,8 @@ "enum": [ "UPDATE", "INSERT", - "DELETE" + "DELETE", + "WRITE" ] }, "systemProfile": {