@cubejs-backend/base-driver
Advanced tools
Comparing version 0.35.67 to 0.35.81
@@ -72,2 +72,3 @@ /// <reference types="node" /> | ||
selectStatement?: string; | ||
sourceTable?: any; | ||
partitions?: number; | ||
@@ -102,2 +103,3 @@ streamOffset?: string; | ||
streamOffset?: boolean; | ||
outputColumnTypes?: TableColumn[]; | ||
}; | ||
@@ -104,0 +106,0 @@ export interface DownloadQueryResultsBase { |
@@ -5,3 +5,3 @@ { | ||
"author": "Cube Dev, Inc.", | ||
"version": "0.35.67", | ||
"version": "0.35.81", | ||
"repository": { | ||
@@ -69,3 +69,3 @@ "type": "git", | ||
}, | ||
"gitHead": "3525525018cc6d2b6921aa577cc80f9dbb1aa666" | ||
"gitHead": "995f526853573d15ee57566c14c129005ca34f0f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88200
980