villebro commented on code in PR #23238:
URL: https://github.com/apache/superset/pull/23238#discussion_r1124442698


##########
tests/integration_tests/charts/data/api_tests.py:
##########
@@ -73,6 +74,12 @@
     "when gender = 'girl' then 'female' else 'other' end",
 }
 
+INCOMPATIBLE_ADHOC_COLUMN_FIXTURE: AdhocColumn = {
+    "hasCustomLabel": True,
+    "label": "exciting_or_boring",
+    "sqlExpression": "case when genre = 'Action' then 'Exciting' " "else 
'Boring' end",

Review Comment:
   autoformatter nit:
   ```suggestion
       "sqlExpression": "case when genre = 'Action' then 'Exciting' else 
'Boring' end",
   ```



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

Reply via email to