typedb / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 24 forks source link

Implement direct sub (sub!) in client Concept API #279

Closed flyingsilverfin closed 1 year ago

flyingsilverfin commented 6 years ago

We are missing getting the direct subtype in the python client concept API. It is available on the backend Concept API and the , but not in the python (and nodes) concept APIs

flyingsilverfin commented 5 years ago

Still missing in Client Python and Client Node, but implemented in Client Java

flyingsilverfin commented 3 years ago

Currently in 2.x we haven't actually implemented get_subtypes(boolean direct) or similar!

alexjpwalker commented 1 year ago

This issue will be fixed by making all clients delegate their work to the Rust Client.

flyingsilverfin commented 1 year ago

This has been addressed by wrapping the python driver around the rust driver in https://github.com/vaticle/typedb-driver-java/pull/438