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
Alerts won't work with parameterized queries. Can we notify the user if they try to configure an alert on a parameterized query? Otherwise the alert continues to show UNKNOWN status forever and the user is none the wiser.
Steps to Reproduce
Create a query that uses a parameter: SELECT '{{ param }}' "my column"
Create an alert for this query. Alert status shows UNKNOWN
Execute the query and see the Alert status remains UNKNOWN
Technical details:
Redash Version: V8
Browser/OS: Chrome / FF / Safari
How did you install Redash: SaaS
The text was updated successfully, but these errors were encountered:
Issue Summary
Alerts won't work with parameterized queries. Can we notify the user if they try to configure an alert on a parameterized query? Otherwise the alert continues to show
UNKNOWN
status forever and the user is none the wiser.Steps to Reproduce
SELECT '{{ param }}' "my column"
UNKNOWN
UNKNOWN
Technical details:
The text was updated successfully, but these errors were encountered: