-
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
superset 3.0.2 does again use old holidays which does not work with prophet 1.1.4/1.1.5 #26629
Comments
did I understand correct that now prophet is in the docker image pre-installed and I don't need to manual install it? |
I downloaded the actual image (3.0.2) and there seems no prophet installed. I don't know if this would make sense or if this would have bad dependencies ... to me it smells a little bit that this can result in a view strange scenarios where the pod gets non-working ... Ex: if you install the package default it kills the pod because the holiday package from prophet is newer and is updated which kills superset
Problem: when superset updates the holiday package this results again into incompatibility ... I think this is a very bad dependency if you use the dockerhub image
|
Hi @nigzak. We don't include Prophet because it's an optional dependency. If someone wishes to use it, they will need to install a compatible version taking into account Superset's dependencies. |
ok, that is sadly for me a bad dependency but it is as it is ... |
A clear and concise description of what the bug is.
How to reproduce the bug
pull the official 3.0.2 container
install prophet
Expected results
it works
Actual results
it does not work
what actually happens.
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
with prophet 1.1.5 also a much more newer version of holidays is required ... probably think about allowing more versions in superset than only one fixed version? This will always kill the integration
Refer old ticket #24619 where it was fixed for 2.1.1, seems it was not integrated in 3.x
At all same issue with prophet update now happens again (cannot install 1.1.5)
workaround
install prophet and holiday with a fixed version (1.1.3 prophet)
HINT
prophet 1.1.3 is two versions behind and probably should not being used anymore
prophet 1.1.4 is not compatible with holidays 0.23
might be good idea as asked to make not a fixed holiday package required in superset?
The text was updated successfully, but these errors were encountered: