Skip to content

Variable: StatementEventSchema

const StatementEventSchema: ZodObject<{ attachment_id: ZodOptional<ZodString>; conversation_id: ZodOptional<ZodString>; message_id: ZodOptional<ZodString>; space_id: ZodString; statement_id: ZodString; type: ZodLiteral<"statement">; }, $strip>

SQL was submitted to a SQL warehouse and a statement id was assigned (attachments[i].query.statement_id). Fires when the statement id transitions from undefined to defined - this is the point at which client.statementExecution.getStatement({ statement_id }) becomes a valid call.