aws.athena.list_notebook_metadata
Example SQL Queries
SELECT * FROMaws.athena.list_notebook_metadataWHERE"work_group" = 'VALUE';Description
Displays the notebook files for the specified workgroup in paginated format.
Table Definition
| Column Name | Column Data Type |
|---|---|
| work_group Required Input Column The name of the Spark enabled workgroup to retrieve notebook metadata for. | VARCHAR |
| filters Input Column Search filter string. | STRUCT( |
Show child fields
| |
| max_results Input Column Specifies the maximum number of results 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_metadata_list The list of notebook metadata for the specified workgroup. | STRUCT( |
Show child fields
| |