Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 13, 2022
    • dpsutton's avatar
      Don't update tables in a schema one by one (#19658) · 1c54f6a0
      dpsutton authored
      * Don't update tables in a schema one by one
      
      Code had wanted to log each table which is admirable. But on bigquery
      there can be 15,000 tables and this will lock up calls to
      /api/database. On stats they are taking about 18s for me. Need to do
      once and let the db do the heavy lifting
      
      * Also where schema is nil
      
      * slightly better query
      Unverified
      1c54f6a0
  2. Jan 12, 2022
  3. Jan 11, 2022
  4. Jan 10, 2022
  5. Jan 08, 2022
  6. Jan 07, 2022
    • Dalton's avatar
      don't try to show number fingerprint for ID fields (#19579) · 98171041
      Dalton authored
      * don't try to show number fingerprint for ID fields
      
      * add repro
      Unverified
      98171041
    • Jeff Evans's avatar
      Allow override of WEEK_START in Snowflake driver (#19375) · 2d07f70a
      Jeff Evans authored
      * Allow override of WEEK_START in Snowflake driver
      
      Incorporate the following sources of WEEK_START, in decreasing order of precedence:
      1) the connection string, a.k.a. additional-options (ex: WEEK_START=N)
      2) the Metabase "start-of-week" setting (i.e. day of a week)
      3) the default value (7: Sunday)
      
      Adding new fn to the driver.common namespace to parse a connection string param out of additional-settings (plus a test for that)
      
      Adding Snowflake driver test to ensure that all cases above are covered as expected, by invoking the DAYOFWEEK function on a set of fixed dates
      
      Update documentation for start-of-week setting to clarify that it now influences this behavior
      
      Swap out parse-additional-options-value for additional-options->map instead (more generic)
      
      Update test accordingly
      Unverified
      2d07f70a
    • Alexander Lesnenko's avatar
      downgrade cypress to 6.4 (#19591) · f8ac7469
      Alexander Lesnenko authored
      * downgrade cypress to 6.4
      
      * add resolution to cypress 6.4.0
      Unverified
      f8ac7469
Loading