villebro commented on a change in pull request #11325:
URL:
https://github.com/apache/incubator-superset/pull/11325#discussion_r507538990
##########
File path: superset/charts/schemas.py
##########
@@ -816,6 +821,13 @@ class ChartDataQueryObjectSchema(Schema):
"as `having_druid`.",
deprecated=True,
)
+ druid_time_origin = fields.String(
+ description="Starting point for time grain counting on legacy Druid "
+ "datasources. Used to change e.g. Monday/Sunday first-day-of-week. "
+ "This field is deprecated and should be passed to `extras` "
+ "as `druid_time_origin`.",
+ allow_none=True,
+ )
Review comment:
Turns out this was missing from the chart data schema. Also added to
deprecated field mapping in `query_object.py`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]