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.

asked 2 years ago358 views
2 Answers
0
Accepted Answer

Taking Glue Version 3.0 solved my problem.

answered 2 years ago
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
answered 2 years ago
AWS
EXPERT
reviewed 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