Can we use a conda environment on AWS Glue-ETL?

0

I have a python file that runs on a conda environment (i.e, qiime2 which is a conda env installed from "https://data.qiime2.org/distro/core/qiime2-2021.4-py38-linux-conda.yml")

Is there a way to setup a conda environment on AWS Glue-ETL before running a job using my python file? Is seems it is possible to provide pip-installable python modules or whl files in the "Python library path" field, but I cannot find how to set up the running-environment using yml file.

質問済み 2年前754ビュー
1回答
0

Hi,

AWS Glue lets you install additional Python modules and libraries for use with AWS Glue ETL. If you want to install Python modules that aren’t included out of the box, please follow the steps lined out in the documentation here:

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

Thanks.

profile pictureAWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ