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
demandé il y a 10 mois251 vues
1 réponse
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
répondu il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions