Daniel Kolbman
Daniel Kolbman
With the current imports, users are required to have modules installed for both aws and gcp so that `S3Hook` and `GoogleCloudStorageHook` may be imported. However, it's not likely a user...
Migrations are automatically applied in the dockerfile using the below command: https://github.com/overture-stack/ego/blob/19d31d47464d76c9cf5eb9e205678afaef4d6ab4/Dockerfile#L34 This line makes assumptions about the database despite the database connection being configurable through environment variables. It should...
The api errors on an ORM exception and seems to return the raw response text when a unique constraint is violated: ``` { "timestamp":"...", "status":500, "error":"Internal Server Error", "message":"could not...