moj-analytical-services / etl_manager

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

Create db does not overwrite existing #72

Closed RobinL closed 5 years ago

RobinL commented 5 years ago

db.create_glue_database()

AlreadyExistsException Traceback (most recent call last)

in () ----> 1 db.create_glue_database() /opt/conda/lib/python3.6/site-packages/etl_manager/meta.py in create_glue_database(self) 460 } 461 --> 462 _glue_client.create_database(**db) 463 464 for tab in self._tables : /opt/conda/lib/python3.6/site-