pyTigerGraph
pyTigerGraph copied to clipboard
pyTigerGraph is a Python package for interacting with TigerGraph databases.
Using pjoin in featurizer.py Featurizer class for accessing manifest.json is not working on windows as pjoin add "\\" rather than "/"
**Describe the bug** While trying to get edges via the function getEdgesByType, I am getting **'The query response size is 74MB, which exceeds limit 32MB.', 'REST-4000'** Error. Under normal rest...
**Describe the bug** While trying to connect TigerGraph cloud using pyTigerGraph. Getting an HTTPError while running "conn.getSchema()" Error: `HTTPError:401 Client Error: Unauthorized for url: [https://nccn-demo.i.tgcloud.io:443/gsqlserver/gsql/schema?graph=mygraph](https://nccn-demo.i.tgcloud.io/gsqlserver/gsql/schema?graph=mygraph)` Using Free tier instance. Version...
When using either of the pyTigerGraph deleteToken() or refreshToken() functions, I receive the following error running against a TigerGraph cloud server : ('The request cannot be processed: expected a JSON...
As part of my use case, I am working on a web application to help users visualize my graph. As part of this functionality, our user needs to be able...
**Describe the bug** When I using the pyTigerGraph uploadFile() function to load my data file (Root.csv) to tigerGraph cloud server, the function loads my header, even when my DDL statement...
**Describe the bug** A string with multiple GSQL commands could be inconsistent Follow up with GSQL 102 notebook.
**Describe the bug** Currently, if useCert is True in the connection instantiation, when initGsql() is called, the package attempts to download a self-signed certificate, even if a certPath is defined....
**Describe the bug** When running `conn.getEdgesDataframe('Person',['Jill','Jane'],'REPORTS_TO_PERSON')` we get a 601 exception (see image below) >Note Passing as a single vertex id does work as expected. **To Reproduce** See image below...
https://docs.tigergraph.com/dev/restpp-api/built-in-endpoints#upsert-data-to-graph