Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 21, 2019
    • Cam Saul's avatar
      MBQL Explict Joins support (#10011) · f8b94065
      Cam Saul authored
      * Explict Joins 🔀
      [ci drivers]
      
      * Fix Snowflake tests 🔧
      f8b94065
    • Logan Attwood's avatar
      Improve Presto support for dispatching queries (#10006) · 3b85ace7
      Logan Attwood authored
      * Follow HTTP 307 redirects when POSTing a query to Presto
      
      This is how the Presto team communicated on IRC to properly "dispatch"
      queries to Presto clusters, to enable replacing a cluster without
      impacting users of the cluster.
      
      * Ensure we talk to the correct Presto coordinator when cancelling a query
      
      The previous behaviour would build a cancellation URI from the query ID
      and the configured host (unless SSH tunneling is configured). This
      commit builds on that existing behaviour, replacing the host and port
      in the URI with ones extracted from the `infoUri` in the polling
      responses, but only if they match the ones configured in the datasource.
      This should not impact connections going over an SSH tunnel as sending
      the request over the SSH tunnel requires using a different host than the
      one configured.
      3b85ace7
    • Cam Saul's avatar
      ff46a3a0
  2. May 17, 2019
  3. May 16, 2019
  4. May 14, 2019
  5. May 08, 2019
  6. May 07, 2019
  7. Apr 17, 2019
  8. Apr 16, 2019
  9. Apr 10, 2019
  10. Apr 09, 2019
  11. Apr 08, 2019
  12. Apr 06, 2019
  13. Apr 05, 2019
  14. Apr 03, 2019
  15. Feb 28, 2019
  16. Feb 26, 2019
  17. Feb 24, 2019
Loading