Skip to content

Commit

Permalink
feat: added docs for the new workgroup-input
Browse files Browse the repository at this point in the history
  • Loading branch information
chburmeister committed Aug 23, 2024
1 parent 7abe3a8 commit 920df1b
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 @@ -31,11 +31,12 @@ steps:
See [action.yml](action.yml) for more detail.
| Name | Description | Required |
| ------------------- | -------------------------------------------------------------------------- | -------- |
|---------------------|----------------------------------------------------------------------------| -------- |
| `query-id` | The unique identifier of the saved query. | No |
| `query-string` | The SQL query statements to be executed. | Yes |
| `query-context` | The context within which the query executes. | Yes |
| `output-location` | The location in Amazon S3 where your query results are stored. | Yes |
| `query-workgroup` | The desired workgroup. default="default". | No |
| `output-filename` | The desired name of the file where the query results are stored. | Yes |
| `output-min-size` | The minimum size of the output file in human-readable format. | Yes |
| `download-location` | The location on the runner machine where the query results are downloaded. | No |
Expand Down

0 comments on commit 920df1b

Please sign in to comment.