moj-analytical-services / etl_manager

A python package to create a database on the platform using our moj data warehousing framework
21 stars 9 forks source link

Stop dashes in glue job params #46

Closed isichei closed 6 years ago

isichei commented 6 years ago

AWS converts dashes to underscores e.g.'--my-param' will be my_param in the glue job arguments.

Better for GlueJob class to throw error rather than expect users to know that this name conversion happens.