wuhyn commented on code in PR #43236: URL: https://github.com/apache/superset/pull/43236#discussion_r4067316067
########## UPDATING.md: ########## @@ -94,6 +94,16 @@ Scheduled report and alert captures require chart readiness to remain stable immediately before Chromium captures the image. A capture that re-enters a loading state during that window fails instead of delivering a screenshot with spinners. +### Improve Db2 Time Grain Expressions +The Db2 engine spec has been streamlined by using the DATE_TRUNC scalar function, +which requires Db2 11.1.0 or higher. Per the ISO 8601 standards, the `WEEK` time +grain now shifts the first day of the week to Monday as part of this change. + +### Update IBM Db2 for i Time Grain Expressions' Review Comment: Sorry about that, applied suggestion. -- 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]
