aws.lakeformation.get_data_cells_filter
Example SQL Queries
SELECT * FROMaws.lakeformation.get_data_cells_filterWHERE"table_catalog_id" = 'VALUE'AND "database_name" = 'VALUE'AND "table_name" = 'VALUE'AND "name" = 'VALUE';Description
Returns a data cells filter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| database_name Required Input Column A database in the Glue Data Catalog. | VARCHAR |
| name Required Input Column The name given by the user to the data filter cell. | VARCHAR |
| table_catalog_id Required Input Column The ID of the catalog to which the table belongs. | VARCHAR |
| table_name Required Input Column A table in the database. | 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 |
| data_cells_filter A structure that describes certain columns on certain rows. | STRUCT( |
Show child fields
| |