You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a query has parameters configured, if they are used as alerts, there is no warning that the alerts won't work. By default my assumption is that whatever default value has been configured in the query configuration can be used. If this is by design that alerts will only run for queries without parameters, it would still be good to prevent users from configuring Alerts on those queries or at least show some warning or error on the UI
Steps to Reproduce
I setup a MongoDB query with params
Set alert using that query
Technical details:
Redash Version: master
Browser/OS: chrome
How did you install Redash: local-dev-setup
The text was updated successfully, but these errors were encountered:
This was solved in #6683 by allowing queries with parameters to be scheduled.
There is also a proposal to improve this and solve some edge cases in #6960
Issue Summary
When a query has parameters configured, if they are used as alerts, there is no warning that the alerts won't work. By default my assumption is that whatever default value has been configured in the query configuration can be used. If this is by design that alerts will only run for queries without parameters, it would still be good to prevent users from configuring Alerts on those queries or at least show some warning or error on the UI
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: