Simon Ernesto Cardenas Zarate
Simon Ernesto Cardenas Zarate
I've found that when you don't pass a keyspace, this will try to export all keyspaces including "system_schema, system_auth, system" etc, which can't be overwritten, as I get errors like:...
flake8 returns a large amount of unused variables, imports, and others. would be nice to have flake8 to improve coding style. we should: * fix all the existing coding style...
As per the official python [documentation](https://docs.python.org/3/reference/datamodel.html?highlight=__repr__#object.__repr__), `__repr__`: > should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate...
this test was never flaky which might mean there is an underlying problem in stardog. needs investigation
Currently we are trying on our best effort to not push breaking changes, and keep features that work for previous stardog versions that don't work on newer and viceversa. We...
Stardog 8 deprecated OWL constraints, which all these tests are depending on. need to update the tests
We are creating resources and making sure they are destroyed as part of multiple tests (for example we create users, roles, databases, datasources, virtual graphs, and others) if a test...
The member variables that are protected should start with a _ _Originally posted by @buzztroll in https://github.com/stardog-union/pystardog/pull/42#discussion_r603696543_
The only permission required to optimize a database should be `execute` on `admin:dbname`: ``` (⎈ |ops:stardog)Simons-MBP:bin simon$ ./stardog-admin --server https://k8s-ops.stardoglabs.com:5820 user add simon_admin -N newpass Successfully created user simon_admin. (⎈...
### What would you like to be added? aws-iam-authenticator seems to allow me to add new IAM rules to an existing configmap, but not check whether that rule was added...