You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "eschutho (via GitHub)" <gi...@apache.org> on 2023/06/13 00:01:57 UTC

[GitHub] [superset] eschutho commented on a diff in pull request #24348: feat: add a tooltip to clarify metric_name in the DatasetEditor

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


##########
superset-frontend/src/components/Datasource/CollectionTable.tsx:
##########
@@ -222,6 +226,11 @@ export default class CRUDCollection extends React.PureComponent<
     return label;
   }
 
+  getTooltip(col: any) {

Review Comment:
   can we put a type for col here too? It looks like in line 232 it's defined as a string.
   



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