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
preguntada hace un año259 visualizaciones
1 Respuesta
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
respondido hace 10 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas