get_table_objects()

0

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

demandé il y a 2 ans176 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions