Victor Jimenez

Results 11 comments of Victor Jimenez

Right now gin-contrib/cors middleware fails to work when a redirect occurs (due to `RedirectTrailingSlash`). But, it seems to me that being a same-domain redirect, gin (together with the CORS middleware)...

It does not look like `go-openapi` will support openapi 3 any time soon. See: https://github.com/go-openapi/spec/issues/21 https://github.com/go-openapi/spec3/issues/1 `kin-openapi` appears mentioned in the first issue as a good candidate to provide openapi...

Thanks @iamemilio ! That makes sense. Yet, it seems we have none of the following: - long-lasting transactions - a continuously increasing number of transactions Therefore, I would expect `StoreLog`...

@iamemilio This morning I just got some more data with pprof. Memory consumption in `StoreLog` went from ~80 MB to ~100 MB (see diagram below). Eventually the pods will get...

Hi @iamemilio @mirackara. We have come up with a reproducible example that we can share. What would be the preferred way to do so?

@mirackara @iamemilio I have created this repo: https://github.com/betabandido/nrml I've also added some instructions that hopefully will help. Please let me know if you have any doubts or questions.

@nr-swilloughby Thanks for the update! Does this mean you have identified the issue and are in the process of solving it?

Do you have any timeline for this? In the meanwhile, do you have any suggestion other than doing something along the lines of the solution mentioned above? The one using...

Currently clusters and notebooks are partially supported. Support for most of their basic operations is available, but there are some options that are not supported by the [Go SDK](https://github.com/betabandido/databricks-sdk-go). I...

The provider implements some specific options for AWS, but it should work on Azure Databricks as well (it did last time I checked). Is there anything not working on Azure?