Skip to content

Commit

Permalink
Merge pull request #64 from henrywoo/henry/alexey
Browse files Browse the repository at this point in the history
change my-athena-query-result to example-athena-query-result
  • Loading branch information
henrywoo authored Sep 16, 2024
2 parents 7d4c784 + 9c57dd4 commit be26bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion athenareader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ $ athenareader -d sampledb -q "select request_timestamp,elb_name from elb_logs l
- Put complex query in a local file

```
$ athenareader -d sampledb -b s3://my-athena-query-result -q tools/query.sql
$ athenareader -d sampledb -b s3://example-athena-query-result -q tools/query.sql
request_timestamp,elb_name
2015-01-06T00:00:00.516940Z,elb_demo_009
```
Expand Down
2 changes: 1 addition & 1 deletion lib/configfx/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func setUpFlagUsage(context.Context) error {
"\t$ athenareader -d sampledb -q \"select request_timestamp,elb_name from elb_logs limit 2\" -r\n" +
"\t2015-01-05T20:00:01.206255Z,elb_demo_002\n" +
"\t2015-01-05T20:00:01.612598Z,elb_demo_008\n\n" +
"\t$ athenareader -d sampledb -b s3://my-athena-query-result -q tools/query.sql\n" +
"\t$ athenareader -d sampledb -b s3://example-athena-query-result -q tools/query.sql\n" +
"\trequest_timestamp,elb_name\n" +
"\t2015-01-06T00:00:00.516940Z,elb_demo_009\n\n" +
"\n\tAdd '-m' to enable moneywise mode. The first line will display query cost under moneywise mode.\n\n" +
Expand Down

0 comments on commit be26bb1

Please sign in to comment.