When i’m using the free hosted it with python client it doesn’t let me use the drop_all functionality
self.client_stub = pydgraph.DgraphClientStub.from_cloud(f"https://....aws.cloud.dgraph.io/admin", DGRAPH_KEY)
self.client = pydgraph.DgraphClient(self.client_stub)
op = pydgraph.Operation(drop_all=True)
self.client.alter(op)