Is there a simple way to set the UI default “Time ...
# ask-metaflow
m
Is there a simple way to set the UI default “Time frame” to 14 days, or even one day, instead of 30 days? In general, none of our users need to look back 30 days and we see a huge, likely unnecessary burst in traffic the first time someone accesses the UI home page.
1
FYI: @User @rich-elephant-44987
v
@brave-lion-15961 - is there a config var for this?
b
MF_DEFAULT_TIME_FILTER_DAYS
- you can set this in your Dockerfile
There is also a tricky workaround where you can type
window.METAFLOW_SERVICE=14
in the browser console
m
We should be able to set
MF_DEFAULT_TIME_FILTER_DAYS
as an environment variable when spinning up a container with the Metaflow Docker image, correct? We don’t build a custom image, but instead pull the one from Dockerhub.
1