Patrick
Patrick
Going to drop this in here - hope it helps someone! ``` def make_dict(query): query = json.loads(json.dumps(query)) return query ```
I believe this is actually a [snowflake thing](https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use#using-connection-caching-to-minimize-the-number-of-prompts-for-authentication-optional) when using browser based auth. > MFA token caching can help to reduce the number of prompts that must be acknowledged while...
Any word on this? It seems that there was a PR made, but was closed and not merged.
hey @rusackas - im still facing this issue on both `4.x` and `5.x` using Helm. Shell'ing into the main pod and running `superset load-examples` _did_ do the trick and everything...