aws.athena.list_notebook_sessions
Example SQL Queries
SELECT * FROMaws.athena.list_notebook_sessionsWHERE"notebook_id" = 'VALUE';Description
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like CREATING, CREATED, IDLE or BUSY. Newer sessions are listed first; older sessions are listed later.
Table Definition
| Column Name | Column Data Type |
|---|---|
| notebook_id Required Input Column The ID of the notebook to list sessions for. | VARCHAR |
| max_results Input Column The maximum number of notebook sessions to return. | BIGINT |
| next_token Input Column A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call. | 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 |
| notebook_sessions_list A list of the sessions belonging to the notebook. | STRUCT( |
Show child fields
| |