You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/03 02:59:23 UTC

[GitHub] [incubator-superset] mctouch opened a new issue #12237: Support for blazingsql

mctouch opened a new issue #12237:
URL: https://github.com/apache/incubator-superset/issues/12237


   **Is your feature request related to a problem? Please describe.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   support for https://blazingsql.com/ an in GPU SQL database
   
   https://github.com/BlazingDB
   
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] mistercrunch commented on issue #12237: Support for blazingsql

Posted by GitBox <gi...@apache.org>.
mistercrunch commented on issue #12237:
URL: https://github.com/apache/incubator-superset/issues/12237#issuecomment-753678972


   For Superset to work with any SQL-speaking database, it requires for that database to have a DBAPI-compatible driver as well as a SQLAlchemy dialect.
   
   Those are well documented Python standards that aren't too difficult to implement. The dialect is generally super easy, and the DBAPI driver is kind of a must for the database to work with the Python ecosystem.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] junlincc commented on issue #12237: Support for blazingsql

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #12237:
URL: https://github.com/apache/incubator-superset/issues/12237#issuecomment-753563764


   cc @srinify ~


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org