Oliver Rice
Oliver Rice
none yet. The hesitation is that there is no way to comment on an enum variant which means we'll have to introduce a data structure on the enum type that...
Yes, to run the docs locally you'll need python 3.6 From the root of the repo: Install project ``` pip install -r docs/requirements_docs.txt ``` Serve docs locally ``` mkdocs serve...
upsert support is on the roadmap but the user facing API is still being spec'd I'm familiar with Hasura and Graphile's upsert APIs and would like to avoid directly referencing...
this is a capability we'll be looking in to at some point but it is not currently on the roadmap
definitely going to support this, but this feature won't make it into the 0.1.0 release. Theres a good chance it'll be added in the next minor release
you just did! I agree this would be a great feature. We're currently focusing on some rough edges where we're not quite spec compliant + and improving type support (json/jsonb)...
The latest version of image_match on pypi uses an old version of elasticsearch with iffy error messages. Try installing image_match from source to get a newish version of elasticsearch and...
[alembic_utils](https://github.com/olirice/alembic_utils) handles the "comparing sql stored in strings" problem by rendering the entity in a dummy schema, and comparing the reflected definition from the dummy schema to the reflected definition...
I'm not familiar with DB2, but if the dummy schema is the only part that makes you squeamish, a rolled back transaction would work too. The example below tests if...
wrt to your comment > if you are running on your company's giant DB2 staging system it's likely not that simple to create a new schema on the fly and...