kiranzo
kiranzo
[REST_API](https://github.com/blazegraph/database/wiki/REST_API) page states that SPARQL endpoint is at `http://localhost:9999/bigdata/sparql` However, on the [NanoSparqServer](https://github.com/blazegraph/database/wiki/NanoSparqlServer) page it says > http://localhost:9999/blazegraph/sparql - REST API (This is also called the SparqlEndpoint and uses the...
So, I have a Flask project where I want to generate Swagger docs with Flasgger, Apispec and Marshmallow. Since I want to use requestBody, I moved to OpenAPI 3.0.2, and...
I was trying to build something from [petastorm dataset minimal example](https://github.com/uber/petastorm/blob/master/examples/hello_world/petastorm_dataset/generate_petastorm_dataset.py#L43). When I tried to launch my code, I got error: ``` from pyarrow.filesystem import LocalFileSystem ModuleNotFoundError: No module named...
Not sure if this is really a bug, or I'm doing something wrong. ## Describe the bug / To reproduce I inherited some ClearML pipelines from the previous dev. I...