Skip to content

Commit

Permalink
Merge pull request #89 from classmethod/improve-doc
Browse files Browse the repository at this point in the history
doc: improve how-to-use
  • Loading branch information
yamatatsu authored Mar 31, 2024
2 parents 309095b + b8c144f commit 5054d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const athenaQuery = new AthenaQuery(athena, {
db: "test-db",
workgroup: "test-workgroup",
catalog: "test-catalog",
outputLocation: "s3://path/to/query/bucket/",
});
```

Expand All @@ -67,6 +68,6 @@ const resultGen = athenaQuery.query(
`,
{
executionParameters: ["test", 123, 456n],
}
},
);
```

0 comments on commit 5054d67

Please sign in to comment.