1 個回答
- 最新
- 最多得票
- 最多評論
0
To retrieve and save query history programmatically:
- Use Athena ListQueryExecutions API action or the list-query-executions CLI command to retrieve the query IDs.
- Use the Athena GetQueryExecution API action or the get-query-execution CLI command to retrieve information about each query based on its ID.
- Use the Amazon S3 PutObject API action or the put-object CLI command to save the information in Amazon S3.
Please check Working with Query Results, Output Files, and Query History for more details.
已回答 4 年前
相關內容
- AWS 官方已更新 3 年前
- AWS 官方已更新 3 年前
- AWS 官方已更新 3 年前
- AWS 官方已更新 8 個月前