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

json.load error #2

Closed isichei closed 6 years ago

isichei commented 6 years ago

db.create_glue_database() will cause the package to fail. Specifically the line json.load(_conversion[spec_name]) from the _get_specs function. Function seems to work when I call it by itself e.g. _get_spec('base').

Might be something to do with specifying name if a object class is calling it but haven't had time to figure out.

isichei commented 6 years ago

Now fixed