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 2022/03/18 03:24:00 UTC

[GitHub] [superset] LuPan2015 opened a new issue #19247: Upload csv to existing clickhouse is not supported

LuPan2015 opened a new issue #19247:
URL: https://github.com/apache/superset/issues/19247


   superset does not support uploading csv to a table that does not exist in clickhouse because clickhouse must specify the engine when creating the table. 
   But why doesn't it support upload csv to a table that already exists in clickhouse?
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] zhaoyongjie commented on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072023924


   > 
   
   This is due to the Superset using pandas to upload CSV instead of using an external table(like Hive or other DB). refer to [link](https://github.com/apache/superset/blob/aa5c80bda6856295368c937307bcec75bba957cf/superset/views/database/views.py#L131).


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] zhaoyongjie edited a comment on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072023924






-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] zhaoyongjie edited a comment on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072023924






-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] LuPan2015 commented on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
LuPan2015 commented on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072041958


   Is there a list of DBs that support upload csv now?


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] LuPan2015 commented on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
LuPan2015 commented on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072041958


   Is there a list of DBs that support upload csv now?


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] srinify commented on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072782227


   @LuPan2015 that list doesn't exist unfortunately but I'm hoping the community will create one soon!


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] zhaoyongjie edited a comment on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072023924


   This is due to the Superset using Pandas to upload CSV instead of using an external table(like Hive or other DB). refer to [link](https://github.com/apache/superset/blob/aa5c80bda6856295368c937307bcec75bba957cf/superset/views/database/views.py#L131).
   
   Some Dataframe to SQL can be made [here](https://github.com/apache/superset/blob/aa5c80bda6856295368c937307bcec75bba957cf/superset/views/database/views.py#L174). 


-- 
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: notifications-unsubscribe@superset.apache.org

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] [superset] zhaoyongjie commented on issue #19247: Upload csv to existing clickhouse is not supported

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #19247:
URL: https://github.com/apache/superset/issues/19247#issuecomment-1072023924


   > 
   
   This is due to the Superset using pandas to upload CSV instead of using an external table(like Hive or other DB). refer to [link](https://github.com/apache/superset/blob/aa5c80bda6856295368c937307bcec75bba957cf/superset/views/database/views.py#L131).


-- 
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: notifications-unsubscribe@superset.apache.org

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