Guardians of the Galaxy only has permission

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)
1 Like

Same as

1 Like

Oh so I need a dedicated instance?

Or do a Bulk Upsert Delete.

1 Like