issues Search Results · repo:typedb/typedb-driver-python language:Python
Filter by
77 results
(77 ms)77 results
intypedb/typedb-driver-python (press backspace or delete to remove)Description
The TypeDB client triggers a GRPC error when creating a connection.
Environment
Linux for now
Reproducible Steps
Run this docker composer file: https://github.com/os-threat/os-intel/blob/dev/demo/docker-compose.yml ...
status: solved
priamai
- 6
- Opened on Jun 30, 2023
- #302
Description
The Python client API is inconsistent with time zones. When a datetime attribute is inserted, everything is fine.
However, when this same attribute is queried, there is an offset of 2 hours ...
priority: high
status: solved
type: bug
x: good first issue
steenstral
- 6
- Opened on May 31, 2023
- #298
Description
Client Python currently exposes too many methods to create a TypeDBOptions object. It can be instantiated through any of
the following:
TypeDBOptions().core() TypeDBOptions().cluster() TypeDBClusterOptions().core() ...
priority: low
status: solved
type: bug
james-whiteside
- 1
- Opened on May 18, 2023
- #294
Problem to Solve
We have a .user() function for the TypeDB Cluster client in client-java, but not for client-python.
Current Workaround
If you know the username, client.users().get(username)
Proposed ...
priority: medium
status: solved
type: feature
jamesreprise
- Opened on Apr 26, 2023
- #289
Description
When opening multiple transactions, in parallel, a UNIX system can raise an OSError: [Errno 24] Too many open files
error. This is because the TLS certificate file is opened once per-transaction, ...
priority: blocker
status: solved
type: bug
thomaschristopherking
- Opened on Jan 25, 2023
- #280
Problem to Solve
Exceptions need more granular types.
E.g. I run the query match $t sub {my_type}; with a user-defined string my_type. If I get TypeDBClientException, is it
because the type my_type does ...
status: invalid
type: feature
james-whiteside
- 1
- Opened on Jan 10, 2023
- #277
Please replace every line in curly brackets { like this } with an appropriate description, and remove this line.
Description
I tried to install typedb-client with pip install typedb-client and pip3 install ...
priority: high
status: solved
type: bug
kaad01
- 2
- Opened on Dec 25, 2022
- #274
Description
Potential circular dependency in
https://github.com/vaticle/typedb-client-python/blob/master/typedb/connection/cluster/server_client.py.
The constructor of _ClusterServerClient calls _ClusterServerClient.new_channel_and_stub() ...
priority: medium
status: solved
type: bug
dmitrii-ubskii
- 1
- Opened on Dec 13, 2022
- #273
Description
The client currently pins the protobuf library to version 3.15, which results in compatibility issues with
google.storage clients. Though there is no requirement problems, error messages result ...
status: solved
LeData
- 3
- Opened on Dec 5, 2022
- #270
Problem to Solve
Support Python 3.11, currently using a version of grpcio tools that does not support python 3.11
Current Workaround
Use an older version of Python
Proposed Solution
Bump grpcio tools ...
status: solved
type: feature
thomaschristopherking
- 1
- Opened on Nov 25, 2022
- #269

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.