fhyy commented on code in PR #32857:
URL: https://github.com/apache/superset/pull/32857#discussion_r2014737225


##########
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:
   Correct. Adding a custom label "testing" to the dimension resulted in a 
suffix "testing_ae2b1f", but only in the query and the resulting dataset from 
Drill. Superset still shows "testing" as the label in the diagram.



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

Reply via email to