get_table_objects()

0

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

feita há 2 anos176 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas