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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]