zhaoyongjie commented on code in PR #20305:
URL: https://github.com/apache/superset/pull/20305#discussion_r951069955


##########
superset/charts/schemas.py:
##########
@@ -1002,12 +1002,12 @@ class Meta:  # pylint: disable=too-few-public-methods
         allow_none=True,
     )
     filters = fields.List(fields.Nested(ChartDataFilterSchema), 
allow_none=True)
-    granularity = fields.String(
+    granularity = fields.Raw(

Review Comment:
   @diegomedina248, The granularity field has deprecated since the Druid 
connector has been removed by 
[PR](https://github.com/apache/superset/pull/20338).



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