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 6069499 commit f538135Copy full SHA for f538135
packages/cubejs-athena-driver/driver/AthenaDriver.js
@@ -41,7 +41,6 @@ class AthenaDriver extends BaseDriver {
41
toSqlString: () => SqlString.escape(s).replace(/\\\\([_%])/g, '\\$1').replace(/\\'/g, '\'\'')
42
} : s))
43
);
44
- console.log(queryString);
45
const { QueryExecutionId } = await this.athena.startQueryExecutionAsync({
46
QueryString: queryString,
47
ResultConfiguration: {
0 commit comments