iercan opened a new issue #13619:
URL: https://github.com/apache/superset/issues/13619
I'm trying to add extra time grains. I added this to the config
```
TIME_GRAIN_ADDONS = {
'PT2S': '2 second',
'PT5S': '5 second',
'PT10S': '10 second',
'PT30S': '30 second'
}
```
I run `superset init` and restarted superset but I can not see them in ui.
Maybe there is something I am missing?
### Environment
- superset version: 1.0.1 installed va docker
- python version: 3.7
- database: druid 20.1
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [x] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [x] I have reproduced the issue with at least the latest released version
of superset.
- [x] I have checked the issue tracker for the same issue and I haven't
found one similar.
----------------------------------------------------------------
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]