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.

已提问 2 年前376 查看次数
2 回答
0
已接受的回答

Taking Glue Version 3.0 solved my problem.

已回答 2 年前
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
已回答 2 年前
AWS
专家
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则