0

Awsglue 包仍在使用 python 2.7,并且与 python 3 不兼容。如果我想在 python3 上使用 awsglue,我该怎么办?

4

1 回答 1

0

根据 AWS 文档:

Boto 3 资源 API 尚不可用于 AWS Glue。目前,只能使用 Boto 3 客户端 API

https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html

您应该能够使用 boto 客户端 API。

于 2020-12-22T22:19:29.550 回答