crate-python icon indicating copy to clipboard operation
crate-python copied to clipboard

Python DB API client library for CrateDB, using HTTP.

Results 56 crate-python issues
Sort by recently updated
recently updated
newest added

Hi, on [1] and [2], I just observed a flakyness on a single job when running the tests on #397 and #402. ``` File "/home/runner/work/crate-python/crate-python/src/crate/client/doctests/http.txt", line 41, in http.txt Failed...

Hi there, [`influxdb-python`](https://github.com/influxdata/influxdb-python) received support for reading and writing Pandas DataFrames through https://github.com/influxdata/influxdb-python/pull/86 by @timtroendle the other day. The usage of its [`influxdb.DataFrameClient`](https://github.com/influxdata/influxdb-python/blob/v5.3.0/influxdb/_dataframe_client.py#L35-L41) is outlined within [`tutorial_pandas.py`](https://github.com/influxdata/influxdb-python/blob/v5.3.0/examples/tutorial_pandas.py) and is just...

enhancement
good first issue
contributions welcome
needs: feedback

We recently encountered an issue with the CrateDB sqla dialect (#348). SqlAlchemy provides a dialect compliance testing suite (https://github.com/sqlalchemy/sqlalchemy/blob/master/README.dialects.rst) to ensure dialects adhere to certain compliance standards - which would...

I would like to use crate with my Django projects. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30997453-feature-request-django-orm-driver?utm_campaign=plugin&utm_content=tracker%2F505660&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F505660&utm_medium=issues&utm_source=github).

enhancement
contributions welcome

Inserting a timezone aware `datetime` object using SQLAlchemy fails, even though, the object could be serialized into an ISO-format string that contains a timezone offset. https://github.com/crate/crate-python/blob/master/src/crate/client/sqlalchemy/dialect.py#L123-L125 ```python from datetime import...

we are trying to set up a dbpool connection for crate using SqlAlchemy (1.3.4), but we get the following error: ``` Traceback (most recent call last): File "/Users/facca/.local/share/virtualenvs/ngsi-timeseries-api-x5Z2-yqd/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 697,...

question

Hi there, within #391, I am trying to add support for SQLAlchemy 1.4. By working on it and more specifically through [1,2], I learned that > SQLAlchemy version 1.4 and...

enhancement

I'm trying to insert some DateTime data to CrateDB, but I'm getting an error. The `datetime` I'm trying to insert looks so: ![Screen Shot 2020-07-16 at 16 25 41](https://user-images.githubusercontent.com/18442189/87683167-0661c200-c781-11ea-8f10-1a4e38399abd.png) The...

### About When requested, make the driver return timezone-aware native Python `datetime` objects for CrateDB's `TIMESTAMP` types. The user can easily supply the desired time zone by different means. ###...