We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3585c commit 80db0ccCopy full SHA for 80db0cc
packages/ingestion/model/watchResponse.ts
@@ -6,7 +6,7 @@ export type WatchResponse = {
6
/**
7
* Universally unique identifier (UUID) of a task run.
8
*/
9
- runID?: string;
+ runID: string;
10
11
12
* when used with discovering or validating sources, the sampled data of your source is returned.
@@ -21,5 +21,5 @@ export type WatchResponse = {
21
22
* a message describing the outcome of a validate run.
23
24
- message: string;
+ message?: string;
25
};
0 commit comments