We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 309095b + b8c144f commit 5054d67Copy full SHA for 5054d67
1 file changed
README.md
@@ -54,6 +54,7 @@ const athenaQuery = new AthenaQuery(athena, {
54
db: "test-db",
55
workgroup: "test-workgroup",
56
catalog: "test-catalog",
57
+ outputLocation: "s3://path/to/query/bucket/",
58
});
59
```
60
@@ -67,6 +68,6 @@ const resultGen = athenaQuery.query(
67
68
`,
69
{
70
executionParameters: ["test", 123, 456n],
- }
71
+ },
72
);
73
0 commit comments