MCPcopy
hub / github.com/apache/superset / EventValue

Interface EventValue

superset-websocket/src/index.ts:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45type ListenerFunction = (results: StreamResult[]) => void;
46interface EventValue {
47 id: string;
48 channel_id: string;
49 job_id: string;
50 user_id?: string;
51 status: string;
52 errors?: SupersetError[];
53 result_url?: string;
54}
55interface JwtPayload {
56 channel: string;
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected