typedb-driver-python icon indicating copy to clipboard operation
typedb-driver-python copied to clipboard

TypeDB Driver for Python

Results 19 typedb-driver-python issues
Sort by recently updated
recently updated
newest added

## Problem to Solve We've introduced `test_stream.py` which contains a useful integration test, but we can't easily run it in CI because there isn't a toolchain for running a `py_test`...

type: refactor
priority: medium

## Description When running a comparison on getting a single attribute using the python client, compared to Studio, Python is around five times slower. ## Environment 1. TypeDB version: 2.10.0...

type: bug
priority: high

We need to add a test that verifies that users can open multiple transactions in parallel to the server.

type: feature
priority: high

**For the title of this PR:** please follow the grammatical rules of a usual publication title, without capitalisation (except for the first letter). Thus, the title should NOT CONTAIN CODE:...

Implement user role management API supporting the following functionalities: 1. Role CRUD 2. Assigning a role to a user

type: feature
priority: high

## Description In the concept rule API, the `rule.get_when()` method returns a string that includes an outer pair of curly braces around the `when` statements. `rule.get_then()` returns a string without...

type: bug
priority: medium

_This issue was originally posted by @flyingsilverfin on 2018-09-21 14:02_.

type: feature
priority: medium

## Problem to Solve `test_grakn.py` and `test_debug.py` contain some useful test scenarios that should be migrated to BDD. For example: explanation tests, and Transaction Options tests. ## Proposed Solution We...

type: refactor

## Problem to Solve We currently set the Python environment to version 3.6.10 with a `pyenv` command in `automation.yml`. But most users will be on Python 3.8 or 3.9 by...

type: build

## Problem to Solve Our Python project structure doesn't currently feel very "Pythonic". In Python, it's conventional to have fewer files, because Python packages **are** files. ## Current Workaround We...

type: refactor