get_table_objects()

0

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

preguntada hace 2 años176 visualizaciones
1 Respuesta
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 hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas