Skip to content

Commit

Permalink
Remove list materialization jobs api (#25372)
Browse files Browse the repository at this point in the history
* Update mfe.json

* prettify swagger

* Remove example

* Update readme.md

* Update readme.md

* Add backfill api contract changes

* Fixing json

* Add property bag

* Modifying example

---------

Co-authored-by: Shail Paragbhai Shah <[email protected]>
  • Loading branch information
shail2208 and Shail Paragbhai Shah authored Aug 28, 2023
1 parent 24e6642 commit c8c4603
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 1,219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@
},
"sparkConfiguration": {
"string": "string"
}
},
"jobId": "string",
"dataAvailabilityStatus": [
"None"
]
}
},
"responses": {
"200": {
"headers": {},
"body": {
"jobId": "string"
"jobIds": [
"string",
"string"
]
}
},
"202": {
Expand Down

This file was deleted.

Loading

0 comments on commit c8c4603

Please sign in to comment.