aws.athena.get_notebook_metadata
Example SQL Queries
SELECT * FROMaws.athena.get_notebook_metadataWHERE"notebook_id" = 'VALUE';Description
Retrieves notebook metadata for the specified notebook ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| notebook_id Required Input Column The ID of the notebook whose metadata is to be retrieved. | 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 The metadata that is returned for the specified notebook ID. | STRUCT( |
Show child fields
| |