File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ declare module 'snowflake-sdk' {
186
186
export type StatementCallback = ( err : SnowflakeError | undefined , stmt : RowStatement | FileAndStageBindStatement , rows ?: Array < any > | undefined ) => void ;
187
187
export type ConnectionCallback = ( err : SnowflakeError | undefined , conn : Connection ) => void ;
188
188
export type RowMode = "object" | "array" | "object_with_renamed_duplicated_columns" ;
189
- export type LogLevel = "ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE" ;
189
+ export type LogLevel = "ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE" | "OFF" ;
190
190
export type DataType = "String" | "Boolean" | "Number" | "Date" | "JSON" | "Buffer" ;
191
191
export type QueryStatus = "RUNNING" | "ABORTING" | "SUCCESS" | "FAILED_WITH_ERROR" | "ABORTED" | "QUEUED" | "FAILED_WITH_INCIDENT" | "DISCONNECTED" | "RESUMING_WAREHOUSE" | "QUEUED_REPARING_WAREHOUSE" | "RESTARTED" | "BLOCKED" | "NO_DATA" ;
192
192
export type StatementStatus = "fetching" | "complete" ;
You can’t perform that action at this time.
0 commit comments