pydgraph icon indicating copy to clipboard operation
pydgraph copied to clipboard

Official Dgraph Python client

Results 10 pydgraph issues
Sort by recently updated
recently updated
newest added

Bumps [grpcio](https://github.com/grpc/grpc) from 1.54.0 to 1.54.3. Release notes Sourced from grpcio's releases. Release v1.54.3 This is release 1.54.3 (gracious) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...

dependencies

### Question. Hi,I'm using dgraph to do some testing, my server version is 23.0.1, and I installed the pydgraph with the commond: pip install pydgraph==23.0.0. During the installation, I got...

kind/question
Stale

Added Oil Rig Demo using pydgraph client with setup/config instructions This demo illustrates 2 Dgraph x Vector DB x LLM use cases 1. Upon Oil Rig insert into dgraph and...

### Have you tried Pydgraph before this proposal? and did not find anything similar? None ### What you wanted to do. Get clear error when connecting incorrectly to a cloud...

Stale

### What version of Pydgraph is the target? Latest version -> `v23.0.1` ### Documentation. I just started playing around with dgraph and pydgraph. I was going through the README.md when...

area/documentation
Stale

In https://github.com/dgraph-io/pydgraph/pull/200 we added a new function `test_extract_nodes_edges` that has a unit test, but not an integration test. It would be nice to have an integration test because if the...

exp/beginner
Stale

### Using Transaction with Context Manager The Python context manager will automatically perform the "`commit`" action after all queries and mutations have been done and perform "`discard`" action to clean...

``` In [multi-tenancy](https://dgraph.io/docs/enterprise-features/multitenancy/) environments, PyDgraph provides a new method login_into_namespace(), which will allow the users to login to a specific namespace. client_stub = pydgraph.DgraphClientStub('localhost:9080') client = pydgraph.DgraphClient(client_stub) // Login to...

This is a rough draft, a place to start a conversation. Hopefully this can be useful in upstream --- This change is [](https://reviewable.io/reviews/dgraph-io/pydgraph/89)

### What version of pydgraph are you using? Latest available ### What version of Python are you using? Python 3.12.3 ### Have you tried reproducing the issue with the latest...