Fernando Gonçalves
Fernando Gonçalves
@BenderV I'm sorry for that, there were some issues with the privacy team here in iFood. Meanwhile, I've forked it here https://github.com/fhsgoncalves/metabase-sparksql-databricks-driver.
@guilhermeLira you can use this driver: https://github.com/fhsgoncalves/metabase-sparksql-databricks-driver The `README.md` file on the repo contains instructions for install the driver! I hope it helps! :)
Is there a way to label the routes, like @dmexe mentioned here: https://github.com/seanmonstar/warp/issues/89#issuecomment-418553518 ? My idea is to discover which was the route that was requested and collect metrics about...
Is there any downside of merge this change? I would like to use it too, but use it directly from ruby gems and from the original repository would be better...
Any plans about when it will be released?
We just released an unofficial and basic version of the sdk here at will-bank: https://github.com/will-bank/growthbook-rust-sdk
Hey! Any updates on this PR? It would be really useful for my use case, which is similar to the one describe on https://github.com/alexliesenfeld/httpmock/issues/96.
Hey! We are looking forward to use this fix. Do you know when we will have a new release of sqlx? Thanks!
It may be already fixed by this PR: https://github.com/launchbadge/sqlx/pull/2454 Despite that the error message differs from the one I'm getting here. I'm gonna update to version 0.7.1 and see if...
Update: The issue is still happening after the upgrade to sqlx 0.7.1. ``` thread 'my_module::test_fn' panicked at 'failed to connect to test database: Database(PgDatabaseError { severity: Fatal, code: "3D000", message:...