betodealmeida commented on issue #21755:
URL: https://github.com/apache/superset/issues/21755#issuecomment-1419691967

   The problem here is that this is invalid:
   
   ```sql
   select "DATE" as "data_column",
             "ITEM"
      from "table"
   ```
   
   It should be:
   
   ```sql
   select "DATE" as `data_column`,
             "ITEM"
      from "table"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to