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
Create a query with the query results data source: SELECT 1 ""
Make a new Alert and target the query from step one
Observe the Alert interface disappears.
I can only reproduce it with the query results data source because most other databases will not permit a zero-length column alias. If you run this query in Postgres the database raises an exception. But SQLite allows it so we see the error.
Technical details:
Redash Version: v9 Alpha
Browser/OS: FF, Safari, Chrome
How did you install Redash: SaaS
The text was updated successfully, but these errors were encountered:
Issue Summary
This is similar to #4249.
Steps to Reproduce
SELECT 1 ""
I can only reproduce it with the query results data source because most other databases will not permit a zero-length column alias. If you run this query in Postgres the database raises an exception. But SQLite allows it so we see the error.
Technical details:
The text was updated successfully, but these errors were encountered: