How is the function create_partition_index called in Glue Jobs?

0

I would like to understand, how the function create_partition_index (https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-CreatePartitionIndex) can be called within a Glue Job.

gefragt vor 2 Jahren376 Aufrufe
2 Antworten
0
Akzeptierte Antwort

Taking Glue Version 3.0 solved my problem.

beantwortet vor 2 Jahren
0

You would utilize the boto3 python module and make the API call with the required parameters. See here for reference: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glue.html#Glue.Client.create_partition_index

AWS
Don_D
beantwortet vor 2 Jahren
AWS
EXPERTE
überprüft vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen