sadpandajoe commented on code in PR #32857: URL: https://github.com/apache/superset/pull/32857#discussion_r2014691114
########## superset/db_engine_specs/drill.py: ########## @@ -144,3 +145,14 @@ def fetch_data( if str(ex) == "generator raised StopIteration": return [] raise + + @staticmethod + def _mutate_label(label: str) -> str: Review Comment: tagging @villebro and @michael-s-molina, won't this change all labels of my query results? -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org