koki-develop/Athena Query Action
Execute a query on Amazon Athena.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| query | The SQL query statements to be executed. | yes | — |
| database | The name of the database used in the query execution. The database must exist in the catalog. | no | — |
| catalog | The name of the data catalog used in the query execution. | no | — |
| output-location | The location in Amazon S3 where your query and calculation results are stored, such as "s3://path/to/query/bucket/". | no | — |
| workgroup | The name of the workgroup in which the query is being started. | no | — |
| parameters | A list of values separated by commas for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. | no | — |
Outputs
| name | description |
|---|---|
| execution-id | The unique ID of the query that ran as a result of this request. |
| output-location | The location in Amazon S3 where your query and calculation results are stored, such as "s3://path/to/query/bucket/00000000-0000-0000-0000-000000000000.csv". |