Skip to content

Commit

Permalink
Try without output location
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 7, 2024
1 parent 99352ed commit d708c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/athena.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ async function startQuery(client, QueryString, ExecutionParameters = null) {
QueryExecutionContext: {
Catalog: "AwsDataCatalog",
Database: process.env.ATHENA_DB,
},
OutputLocation: "s3://prx-ryan/why-does-it-not-put-results-here/",
}

Check failure on line 17 in lib/athena.js

View workflow job for this annotation

GitHub Actions / check-javascript

Insert `,`
};
const command = await new StartQueryExecutionCommand(params);
const response = await client.send(command);
Expand Down

0 comments on commit d708c00

Please sign in to comment.