We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac45a27 commit 59717fdCopy full SHA for 59717fd
packages/cubejs-prestodb-driver/src/PrestoDriver.ts
@@ -236,10 +236,6 @@ export class PrestoDriver extends BaseDriver implements DriverInterface {
236
}`);
237
}
238
239
- if (!options.query) {
240
- throw new Error('Unload without query is not supported');
241
- }
242
-
243
const types = options.query
244
? await this.unloadWithSql(tableName, options.query.sql, options.query.params)
245
: await this.unloadWithTable(tableName);
0 commit comments