aws.athena.get_session_status
Example SQL Queries
SELECT * FROMaws.athena.get_session_statusWHERE"session_id" = 'VALUE';Description
Gets the current status of a session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| session_id Required Input Column The session ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| status Contains information about the status of the session. | STRUCT( |
Show child fields
| |