-
fix: resolve snowflake sync cost issue (#56337)
-
fix: resolve snowflake sync cost issue
Using information_schema queries will cause snowflake to wake an
instance and thus incur costs. Using show
queries will not do so.
In addition this adds a new multi-method for manipulating the results of
describe-fields-sql
.
-
Fix database-position and sorting
-
Fix kondo
-
Add order-by to mysql describe-fields
-
Sort deps
-
Use identity not map identity
-
Fix databricks
-
Address PR comments
-
sort alphabetically
Co-authored-by: Case Nelson case@metabase.com
Co-authored-by: Luiz Arakaki luiz.arakaki@metabase.com
Source: https://github.com/metabase/metabase/releases/tag/v0.53.10.3