Robbe Sneyders
Robbe Sneyders
I believe the issue is that colab is already running in a docker container itself. Docker in docker isn't really possible unless the host is configured in a specific way...
The relevant parts of the code base were change completely for Connexion 3 which will be released tomorrow. Feel free to reopen if you still run into the same issue.
We created an index for the datacomp-12.8M dataset using [Fondant](https://github.com/ml6team/fondant) and published it on the [huggingface hub](https://huggingface.co/datasets/fondant-ai/datacomp-small-clip). You can find more details and info on how to use it in...
When scaling up to 10 partitions, the `processes` scheduler does seem to write partitions intermediately, but it still batches them. **processes** > `time python test.py` > real 0m30,122s > user...
Hi @rjzamora, thanks for the response! We tried using `map_partitions` and removing the `store-to-parquet` task in other ways. We were successful in creating a fully parallelized graph this way, but...
Thanks @sidux! Could you add a test?
Ping @sidux
Do you have time to add a test @sidux?
Hi @mivade, We do have some API documentation embedded throughout the docs. Eg. within the spoilers on [this page](https://connexion.readthedocs.io/en/latest/quickstart.html). For the abstract validators they're indeed missing though, while I agree...
Thanks @gaurav-triverus. I submitted a PR which makes the `request` available to the security handlers. In combination with a custom before/after-request middleware, you should be able to implement this flow....