etr2460 commented on a change in pull request #9017: [sip-15] Enabling SIP-15 by default URL: https://github.com/apache/incubator-superset/pull/9017#discussion_r370865576
########## File path: UPDATING.md ########## @@ -46,6 +46,13 @@ now uses UTC for the tooltips and default placeholder timestamps (sans timezone) have changed. FLASK_APP should be updated to `superset.app:create_app()` and Celery Workers should be started with `--app=superset.tasks.celery_app:app` +* [9017](https://github.com/apache/incubator-superset/pull/9017): `SIP_15_ENABLED` now +defaults to True which ensures that for all new SQL charts the time filter will behave +like [start, end). Existing deployments should either disable this feature to keep the +status quo or inform their users of this change prior to enabling the flag. The +`SIP_15_GRACE_PERIOD_END` option provides a mechanism for specifying long long chart Review comment: sp nit: `for specifying how long chart` ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
