File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
packages/cubejs-server-core/src/core Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -216,29 +216,6 @@ export class OrchestratorApi {
216216 }
217217 }
218218
219- /**
220- * Determines whether the partition table already exists or not.
221- */
222- public async isPartitionExist (
223- request : string ,
224- external : boolean ,
225- dataSource = 'default' ,
226- schema : string ,
227- table : string ,
228- key : any ,
229- token : string ,
230- ) : Promise < [ boolean , string ] > {
231- return this . orchestrator . isPartitionExist (
232- request ,
233- external ,
234- dataSource ,
235- schema ,
236- table ,
237- key ,
238- token ,
239- ) ;
240- }
241-
242219 public async release ( ) {
243220 return Promise . all ( [
244221 ...Object . keys ( this . seenDataSources ) . map ( ds => this . releaseDriver ( this . driverFactory , ds ) ) ,
You can’t perform that action at this time.
0 commit comments