mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
* avoid using 'abort' in parameterized query - raise an exception instead * when facing invalid parameters or detached dropdown queries - continue to refresh the rest of the outdated queries * test that dropdown queries detached from data source raise an exception when fetch values is attempted * test that queries with invalid parameters arent refreshed * test that queries with dropdown query parameters which are detached from the data source are skipped * fix stale test double name * newlines. newlines everywhere. * pass org into dropdown_values * pass in org in every ParameterizedQuery usage * Update redash/tasks/queries.py Co-Authored-By: Arik Fraimovich <arik@arikfr.com> * reduce refresh_queries log noise * track failure count for queries that failed to apply parameters, and also notify the failures * Update redash/tasks/queries.py Co-Authored-By: Arik Fraimovich <arik@arikfr.com> * newlines. newlines everywhere.