get_table_objects()

0

How should I write the string to the PartitionPredicate attribute of the get_table_objects() function? Thank you

asked 2 years ago171 views
1 Answer
0

partitionPredicate takes in a string.

Here is an example, "product_category='Camera'".

Suppose there are multiple levels of partition use AND. "partition_col_1='V1' AND partition_col_2='V2'"

Following doc lists supported data types and comparison operators https://docs.aws.amazon.com/cli/latest/reference/lakeformation/get-table-objects.html

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions