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 c3c326b commit 328bb79Copy full SHA for 328bb79
packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts
@@ -1286,7 +1286,7 @@ export class PreAggregationLoader {
1286
}
1287
1288
if (!tableData.types && client.queryColumnTypes) {
1289
- tableData.types = await saveCancelFn(client.queryColumnTypes(sql));
+ tableData.types = await saveCancelFn(client.queryColumnTypes(sql, params));
1290
1291
1292
return tableData;
0 commit comments