bryan
bryan
Addresses #22847 Throws a 405 (not allowed) when trying to execute a card that has is_write set to true through outside of the actions api. - [x] Cards - [x]...
- Add JSON -> SerializedJSON to `database-type->base-type` Fixes 3 issues with mysql json: 1. Fingerprinting json columns was breaking on mysql. It works now 2. bigint cast output of exploded...
fixes #25068 This value was set to always be true, now it will be false, iff `db.details.json-unfolding == false`
Fixes #19366 - use the results of all text scorers instead of just the max. - add tests ## Use all the text-* matcher results Instead of the max one,...
Flipping this test function around to be correct
I've solved the excessive re-querying issue by putting a time to live cache on snowflake's implementation of `describe-database`. ```mermaid graph TD POST_:id/sync_schema --> api/write-check POST_:id/sync_schema --> future future --> sync-metadata/sync-db-metadata!...
It'd be nice to be able to easily define functions that don't do anything but check their inputs, and generate their outputs. This is very helpful for a few use...
**Describe the bug** Given a function argument that is a map with namespaced keywords, where the keyword names are not unique, the `destructure-keys` command is busted. **To Reproduce** Given the...
Hi! Love the library, we have it installed on Metabase dev mode, and it works great. There's a thing [in the Clojure tagged literal docs](https://clojure.org/reference/reader#tagged_literals) about how: > Reader tags...
Keycloak is a little more lenient than Microsoft Azure Active Directory ([aka Microsoft Entra ID](https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id)). So I've updated the shape to match the [Entra ID docs](https://learn.microsoft.com/en-us/entra/identity-platform/single-sign-out-saml-protocol#logoutrequest). This shape of a...