brighthive / data-resource-api

An elegant, opinionated framework for deploying BrightHive Data Resources with zero coding.
MIT License
4 stars 1 forks source link

Alembic fails silently #49

Closed loganripplinger closed 4 years ago

loganripplinger commented 4 years ago

Under a set of conditions that are not clear right now alembic attempted to drop tables it created in a previous migration. This action caused alembic to fail and it failed silently.

Is there a way we can notify the user if alembic fails?

loganripplinger commented 4 years ago

https://github.com/brighthive/data-resource-api/pull/54 fixes this issue.