Skip to content

Commit

Permalink
Update Tables spec and Jobs spec to v0.5.74 (#118)
Browse files Browse the repository at this point in the history
## Summary
Followed instructions in
https://github.com/linkedin/openhouse/blob/docsite/README.md
and
https://github.com/linkedin/openhouse/blob/docsite/specs/README.md

## Changes
- [X] Documentation

## Testing Done
`npm install`
& `npm run start` looks good ✅ 


![image](https://github.com/linkedin/openhouse/assets/6441597/b511355d-f38d-453f-a9bf-991547d99aa4)
  • Loading branch information
HotSushi committed Jun 5, 2024
1 parent f2e6319 commit 78fb27c
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 188 deletions.
25 changes: 17 additions & 8 deletions specs/jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
}
],
"responses": {
"409": {
"description": "Job PUT: CONFLICT"
},
"200": {
"description": "Job PUT: UPDATED"
},
"404": {
"description": "Job PUT: NOT_FOUND"
},
"409": {
"description": "Job PUT: CONFLICT"
}
}
}
Expand Down Expand Up @@ -111,8 +111,8 @@
}
],
"responses": {
"404": {
"description": "Job GET: NOT_FOUND",
"200": {
"description": "Job GET: OK",
"content": {
"application/json": {
"schema": {
Expand All @@ -121,8 +121,8 @@
}
}
},
"200": {
"description": "Job GET: OK",
"404": {
"description": "Job GET: NOT_FOUND",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -173,12 +173,21 @@
"RETENTION",
"ORPHAN_FILES_DELETION",
"SNAPSHOTS_EXPIRATION",
"STAGED_FILES_DELETION"
"STAGED_FILES_DELETION",
"DATA_COMPACTION",
"ORPHAN_DIRECTORY_DELETION",
"TABLE_STATS_COLLECTION"
]
},
"proxyUser": {
"type": "string"
},
"executionConf": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"args": {
"type": "array",
"items": {
Expand Down
Loading

0 comments on commit 78fb27c

Please sign in to comment.