Skip to content

Commit

Permalink
1. Marked "sessionId" as required property in DataFlowDebugCommandReq…
Browse files Browse the repository at this point in the history
…uest (#9850)

Co-authored-by: Zhenyu Zhou <[email protected]>
  • Loading branch information
aim-for-better and Zhenyu Zhou authored Jun 17, 2020
1 parent a1eac63 commit 68f39a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,10 @@
"description": "The command payload object.",
"type": "object"
}
}
},
"required": [
"sessionId"
]
},
"DataFlowDebugQueryResponse": {
"description": "Response body structure of data flow query for data preview, statistics or expression preview.",
Expand Down

0 comments on commit 68f39a5

Please sign in to comment.