Skip to content

Commit

Permalink
add sentinel value
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Mar 1, 2024
1 parent 1310d29 commit da34ef9
Show file tree
Hide file tree
Showing 12 changed files with 492 additions and 170 deletions.
9 changes: 8 additions & 1 deletion flyteidl/clients/go/assets/admin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7041,12 +7041,13 @@
"coreGranularity": {
"type": "string",
"enum": [
"UNSET",
"MINUTE",
"HOUR",
"DAY",
"MONTH"
],
"default": "MINUTE",
"default": "UNSET",
"title": "- DAY: default"
},
"coreIOStrategy": {
Expand Down Expand Up @@ -7216,6 +7217,9 @@
},
"input_binding": {
"$ref": "#/definitions/coreInputBindingData"
},
"runtime_binding": {
"$ref": "#/definitions/coreRuntimeBinding"
}
}
},
Expand Down Expand Up @@ -7699,6 +7703,9 @@
},
"description": "Retry strategy associated with an executable unit."
},
"coreRuntimeBinding": {
"type": "object"
},
"coreRuntimeMetadata": {
"type": "object",
"properties": {
Expand Down
38 changes: 38 additions & 0 deletions flyteidl/gen/pb-es/flyteidl/core/artifact_id_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da34ef9

Please sign in to comment.