mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
76fbe858ba
* 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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_alerts.py | ||
test_api_keys.py | ||
test_changes.py | ||
test_dashboards.py | ||
test_data_sources.py | ||
test_parameterized_query.py | ||
test_permissions.py | ||
test_queries.py | ||
test_query_results.py | ||
test_users.py |