aws.cleanrooms.get_schema
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_schemaWHERE"collaboration_identifier" = 'VALUE'AND "name" = 'VALUE';Description
Retrieves the schema for a relation within a collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID. | VARCHAR |
| name Required Input Column The name of the relation to retrieve the schema for. | 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 |
| schema The entire schema object. | STRUCT( |
Show child fields
| |