Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Release: 1.4.1 common pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 23, 2023
1 parent c7e0593 commit dea9043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions landing-page/content/common/view-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand Down

0 comments on commit dea9043

Please sign in to comment.