Hi,

First of all, this is a super cool project, cheers.

I'm trying to connect a database with superset. 
I have basic db-api / dialect, and I've encountered two issues that I don't 
know how to solve:

1. Queries like `select top 10 * from table` don't work, as superset adds 
`limit` at the end which messes up the query. Is this overcome-able somehow, or 
is `top` a forbidden word?

2. When I add a table and try to make a chart with it (Directly, not from 
SQL-Lab's visualize), the query fails because all column names are surrounded 
with three pairs of double quotes. The database I'm adding only supports no or 
a single pair of double quotes. 
Can I control the amount of double quotes superset puts around column names?
Else, is this something I can somehow solve by modding / adding some kind of 
functionality to the dialect?


Any feedback would be quite welcome.


Thanks,
Eli




[ Full content available at: 
https://github.com/apache/incubator-superset/issues/6022 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to