-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIP-15] time_range_endpoints not working on database extra parameters #11657
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Thanks for reporting @rubenSastre , I'll take a look |
Any idea? i tried to look on the code but with my level I am not able to solve this part... |
Since this issue was opened against a version of Superset that's no longer supported, and the thread hasn't seen any love in a long time, I'm going to go ahead and close this. If anyone can reproduce such an error in the current incarnations of Superset, let's open a fresh issue with updated context/screenshots/repro steps. Thank you! |
With SIP_15 the default time_range_endpoints = [start, end)
There is an option to set you own option on the database extra parameter.
The value for time_range_endpoints on database extra parameter is not working when you create a new chart.
Expected results
While creating a new Chart it should get the value for extra param on the database configuration instead of "time_range_endpoints":["inclusive","exclusive"]
Actual results
Although there is a value set on de database param as "time_range_endpoints":["inclusive","inclusive"] is taking "time_range_endpoints":["inclusive","exclusive"]
Screenshots
How to reproduce the bug
Environment
node -v
The text was updated successfully, but these errors were encountered: