-
Already now it becomes apparent, that the quickly constructed DB schema will not satisfy all our (future) needs. For example in #27 we state, that sending the location alongside the event was a nice f…
-
Currently there are 37 migrations for the Django backend and a bit less for SqlAlchemy. Aside from adding time to each time a database is created (not so much a real problem for new profiles, but time…
-
Make sure that all of those are defined/checked:
```
import os
basedir = os.path.abspath(os.path.dirname(__file__))
BASEDIR = basedir
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, '…
-
**Describe the bug**
I upgraded to 0.12.2 (not sure from what version, has been a while since I updated). Now my logs keep saying "duplicate column name: Y".
**To Reproduce**
Upgrade to 0.12.2.
…
-
(This issue is labelled "epic", which means that it describes a large, multi-issue/PR effort. We also have a [milestone](https://github.com/pacificclimate/pycds/milestones/1) for this effort, but mile…
-
**Describe the bug**
Prior to SQLAlchemy 1.4, simple `table` and `column` objects could be used to render statements without providing types to `column`, but this now produces an error.
```pyt…
-
i have the following error when running the init_db script after creating all the docker conteiners with _make web, worker and scheduler_
I already add the connection string to my mysql instance in t…
-
**Migrated issue, originally created by Glen Fletcher ()**
I'm not sure whether this is a problem with the documentation or the code. However I suspect its the documentation that is at fault.
The Do…
-
Similar to the Interface module, the DatabaseManager class should utilise a decorator and function (like `add_table`) to define the schema, instead of manually defining. This mostly just makes declari…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Willi…