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 공식업데이트됨 2년 전
- AWS 공식업데이트됨 3년 전
- AWS 공식업데이트됨 3년 전
- AWS 공식업데이트됨 8달 전