mgulaydin commented on issue #9282: [WIP] disable quotes for Kylin
URL: 
https://github.com/apache/incubator-superset/pull/9282#issuecomment-599143826
 
 
   
![image](https://user-images.githubusercontent.com/60543307/76691362-2fe7d100-665b-11ea-8080-12427f0bcd19.png)
   
   Here i can get success message that means my connection with Kylin is okay.
   
   
![image](https://user-images.githubusercontent.com/60543307/76691506-6245fe00-665c-11ea-893c-e9841de61cf1.png)
   
   
   But Superset can not even preview the table.
   
   
![image](https://user-images.githubusercontent.com/60543307/76691477-0b402900-665c-11ea-9363-73d8ed09e5e1.png)
   
   Eventhough i can run my query successfully.
   
   
![image](https://user-images.githubusercontent.com/60543307/76691528-ab964d80-665c-11ea-8a75-e62f2e707c78.png)
   
   After i clicked to the "Explore" in Superset the problem comes back. Because 
query is looks like this;
   
   `SELECT "WONUM" AS "WONUM",
          "WORKORDERID" AS "WORKORDERID"
   FROM
     (SELECT *
      from x.FACT_TABLE_V1) AS expr_qry
   LIMIT 1000;`
   
   So i see the same error message in SQL Lab when rendering the query given 
above. But after removing the quotes and render the query in SQL Lab  seems 
problem is solving.
   
   It's clearly seen here that Kylin can not render query with quotes. But 
kylinpy initially sends double quotes to the SQLAlchemy.
   
   
![image](https://user-images.githubusercontent.com/60543307/76691642-ebaa0000-665d-11ea-95a1-4b909c6e3803.png)
   
   
    
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to