You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the [Big Number with Trendline ] generated sql ,
the where sql should be timecol >= beginTime and timecol < endTime ,
but in superset-0.34.0,
the where sql is : timecol >= beginTime and timecol <= endTime ,
Expected results
where timecol >= beginTime and timecol < endTime
Actual results
Screenshots
How to reproduce the bug
Go to '...'
Click on '....'
Scroll down to '....'
See error
Environment
(please complete the following information):
superset version: superset version
superset-0.34.0
python version: python --version
node.js version: node -v
npm version: npm -v
Checklist
Additional context
The text was updated successfully, but these errors were encountered:
@zhxjdwh this issue is described in SIP-15 and a solution was introduced in 0.36. To enable it you will have to set the SIP_15_ENABLED flag to True. Note in master the default value is now True.
the [Big Number with Trendline ] generated sql ,
the where sql should be
timecol >= beginTime and timecol < endTime
,but in superset-0.34.0,
the where sql is :
timecol >= beginTime and timecol <= endTime
,Expected results
where timecol >= beginTime and timecol < endTime
Actual results
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
superset version
superset-0.34.0
python --version
node -v
npm -v
Checklist
Additional context
The text was updated successfully, but these errors were encountered: