From 714516c0f26698797c5b55a1d46c3a9d215ab293 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 23 Oct 2023 07:07:21 -0400 Subject: [PATCH] Release: 1.4.1 common pages --- landing-page/content/common/view-spec.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/landing-page/content/common/view-spec.md b/landing-page/content/common/view-spec.md index 26313193a..d6064787b 100644 --- a/landing-page/content/common/view-spec.md +++ b/landing-page/content/common/view-spec.md @@ -93,7 +93,6 @@ Summary is a string to string map of metadata about a view version. Common metad | Requirement | Key | Value | |-------------|------------------|-------| -| _required_ | `operation` | Operation that caused this metadata to be created; must be `create` or `replace` | | _optional_ | `engine-name` | Name of the engine that created the view version | | _optional_ | `engine-version` | Version of the engine that created the view version | @@ -207,7 +206,6 @@ s3://bucket/warehouse/default.db/event_agg/metadata/00001-(uuid).metadata.json "default-catalog" : "prod", "default-namespace" : [ "default" ], "summary" : { - "operation" : "create", "engine-name" : "Spark", "engineVersion" : "3.3.2" }, @@ -275,7 +273,6 @@ s3://bucket/warehouse/default.db/event_agg/metadata/00002-(uuid).metadata.json "default-catalog" : "prod", "default-namespace" : [ "default" ], "summary" : { - "operation" : "create", "engine-name" : "Spark", "engineVersion" : "3.3.2" }, @@ -291,7 +288,6 @@ s3://bucket/warehouse/default.db/event_agg/metadata/00002-(uuid).metadata.json "default-catalog" : "prod", "default-namespace" : [ "default" ], "summary" : { - "operation" : "create", "engine-name" : "Spark", "engineVersion" : "3.3.2" },