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.
maxResults
1 parent d24b583 commit 50eda1eCopy full SHA for 50eda1e
lib/athena-query.ts
@@ -15,7 +15,7 @@ export class AthenaQuery {
15
16
async *query(
17
sql: string,
18
- options?: { executionParameters?: string[]; maxResults: number }
+ options?: { executionParameters?: string[]; maxResults?: number }
19
): AsyncGenerator<helpers.AtheneRecordData, void, undefined> {
20
const QueryExecutionId = await helpers.startQueryExecution({
21
athena: this.athena,
0 commit comments