@cubejs-backend/base-driver
Advanced tools
Comparing version 0.31.11 to 0.31.13
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08) | ||
### Features | ||
* export bucket CVS files escape symbol support ([#5570](https://github.com/cube-js/cube.js/issues/5570)) ([09ceffb](https://github.com/cube-js/cube.js/commit/09ceffbefc75417555f8ff90f6277bd9c419d751)) | ||
## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02) | ||
@@ -8,0 +19,0 @@ |
@@ -38,11 +38,18 @@ /// <reference types="node" /> | ||
export interface DownloadTableCSVData extends DownloadTableBase { | ||
/** | ||
* An array of unloaded CSV data temporary URLs. | ||
*/ | ||
csvFile: string[]; | ||
/** | ||
* Some drivers know types of response | ||
* Unloaded data fields types. | ||
*/ | ||
types?: TableStructure; | ||
/** | ||
* Some drivers export csv files with no header row. | ||
* Determine whether CSV file contains header or not. | ||
*/ | ||
csvNoHeader?: boolean; | ||
/** | ||
* The CSV file escape symbol. | ||
*/ | ||
exportBucketCsvEscapeSymbol?: string; | ||
} | ||
@@ -49,0 +56,0 @@ export interface StreamTableData extends DownloadTableBase { |
@@ -5,3 +5,3 @@ { | ||
"author": "Cube Dev, Inc.", | ||
"version": "0.31.11", | ||
"version": "0.31.13", | ||
"repository": { | ||
@@ -33,3 +33,3 @@ "type": "git", | ||
"dependencies": { | ||
"@cubejs-backend/shared": "^0.31.0", | ||
"@cubejs-backend/shared": "^0.31.13", | ||
"ramda": "^0.27.0" | ||
@@ -67,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "37e3849be3db4a5a44c0cc6205851bdcd4c70009" | ||
"gitHead": "a304fb5d37667569e2ee70c633587d096945a7b0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59022
580