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 7dbf8d6 commit 9a9c3d4Copy full SHA for 9a9c3d4
packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts
@@ -490,7 +490,7 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
490
}
491
492
/**
493
- * Executes query and rerutns queried rows.
+ * Executes query and returns queried rows.
494
*/
495
public async query<R = unknown>(query: string, values?: unknown[]): Promise<R> {
496
return this.getConnection().then((connection) => this.execute<R>(connection, query, values));
0 commit comments