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

write database not worknig #42

Closed isichei closed 6 years ago

isichei commented 6 years ago
db = DatabaseMeta(name = 'db', bucket = 'bucket')
tab = TableMeta(name = 'tm', location = 'location')
db.add_table(tab)
db.write_to_json('test_folder')

results in test_foldertm.json in working dir