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/07/08 17:59:26 UTC

[GitHub] [superset] eschutho commented on a diff in pull request #20281: feat: Visualize SqlLab.Query model data in Explore 📈

eschutho commented on code in PR #20281:
URL: https://github.com/apache/superset/pull/20281#discussion_r917033859


##########
superset-frontend/packages/superset-ui-core/src/query/DatasourceKey.ts:
##########
@@ -29,6 +29,7 @@ export default class DatasourceKey {
     this.id = parseInt(idStr, 10);
     this.type =
       typeStr === 'table' ? DatasourceType.Table : DatasourceType.Druid;

Review Comment:
   is this druid reference still in master? cc @AAfghahi 



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