dpsutton

Results 81 comments of dpsutton

Unclear. Let me look into it on our side. Can you verify that the key you are attempting to use is not empty. I'm sure it's not an empty file...

Do you have multi-factor authentication enabled with your snowflake connection? When using this with python are you having to provide some second authentication in a browser or something similar?

@israelvicars thanks for the contribution! I'm gonna point out some helpful internal functions that could possibly make this easier for you. We already have a way to get the db...

@fmercurio can you provide any backend logs? Would be helpful to understand what is going on.

@fmercurio any update on this issue?

@fmercurio those logs are something hitting the health endpoint frequently and the request to get the information to populate the bug reporting details. Looking at the the json file you've...

Hi @s-huk I've setup a user with the following login_attributes `{:email "[email protected]", :id 2, :login_attributes {"id" "1"}}` and setup sandboxing on that attribute, i see the following If I update...

this might be similar to this issue: https://github.com/metabase/metabase/issues/7526

We are memoizing this ``` collection=> (:name (trash-collection)) "Trash" collection=> (binding [metabase.util.i18n/*user-locale* "fr"] (:name (trash-collection))) "Trash" collection=> (require 'metabase.collections.models.collection :reload) nil collection=> (binding [metabase.util.i18n/*user-locale* "fr"] (:name (trash-collection))) "Corbeille" collection=> (:name...

closed by - https://github.com/metabase/metabase/pull/59662 in master - https://github.com/metabase/metabase/pull/59737 in 55