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

Added missing test json #130

Closed MrAlecJohnson closed 4 years ago

MrAlecJohnson commented 4 years ago

Currently one of the tests is failing because it can't find the parquet metadata file it's meant to check against.

I've generated the metadata file as noted in the docstring for tablemeta_from_parquet_meta(), and added it to the relevant test folder. The troublesome test should now pass.