How to create Glue Job with library-set=analytics by CDK

0

How to create Glue Job with library-set=analytics by CDK?

Load common analytics libraries (Recommended) - https://docs.aws.amazon.com/glue/latest/dg/add-job-python.html

I don't see this parameter library-set in the CDK documentation.

profile picture
lpar
質問済み 1年前260ビュー
1回答
0

This can be set through the Default Arguments Parameter (Python):

...
   default_arguments={
                               'library-set': 'analytics'
                           }
...

Setting this in the CDK will enable this option in the Glue Job when it is created through the CDK

Larry
回答済み 10ヶ月前

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

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

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

関連するコンテンツ