Can Snowflake be used as metadata database in Superset?
Issue-Label Bot is automatically applying the label #question to this issue, with a confidence of 0.66. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
The short answer is no. Snowflake is very limited in functionality found in typical OLTP databases (e.g. only supports constraints and primary/foreign keys for documentation purposes), and in general performs poorly (high latency) for high frequency queries. You're best off keeping your metadata in Postgres or MySQL, and using Snowflake for analytical workloads.
Most helpful comment
The short answer is no. Snowflake is very limited in functionality found in typical OLTP databases (e.g. only supports constraints and primary/foreign keys for documentation purposes), and in general performs poorly (high latency) for high frequency queries. You're best off keeping your metadata in Postgres or MySQL, and using Snowflake for analytical workloads.