no field of name error in SQL Lab
#23213
Closed
leo-schick
started this conversation in
General
Replies: 2 comments
-
|
Related, I just filed this bug report - also an issue with unnamed columns in SQL Server: #23848 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Fixed in #38986 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In SQL Lab when I write a query which does not have a column name for a column I get the error
no field of name.E.g. use query
I have to write
IMO I should not get this error in SQL Lab when querying data ad-hock. Superset should use an optimistic approach here e.g. setting a default column e.g.
col1,col2, ...I should only get this as error when I want to save the sql query as a data set.
Maybe a UI highlighting or a warning sign in the column name could be then implemented so that the user sees right away that the column name was generated dynamically in Superset and needs to be adjusted before saving it as Dataset.
Database backend: Azure Synapse
Superset Version: 1.5.3
Beta Was this translation helpful? Give feedback.
All reactions