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
posta un anno fa259 visualizzazioni
1 Risposta
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
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande