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 2020/03/09 21:21:58 UTC

[GitHub] [incubator-superset] thunderbird57 edited a comment on issue #8645: How do I join two tables in Superset ? I need to combine the result in order to visualize the data

thunderbird57 edited a comment on issue #8645: How do I join two tables in Superset ? I need to combine the result in order to visualize the data
URL: https://github.com/apache/incubator-superset/issues/8645#issuecomment-596786105
 
 
   > Is this still open? like to work on this since it aligns with a current requirement we are having
   
   I don't think we need to do something here. There are 2 options
   - 1 Join in SQL Lab - It will be stored in Superset internal database and the view will not be available outside Superset.
   - 2 Create a view in source database by joining those tables and use the view inside Superset 
   
   Number 2 is preffered option mostly as it pushes data prep to Database itself and make it available for other BI platforms too.
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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