wiktor2200 commented on issue #20901: URL: https://github.com/apache/superset/issues/20901#issuecomment-1205112826
I'm using Dockerfile from above and when I exec into container/pod, prophet is there, but returning 0 rows in every query when `Enable Forecast` is turned on. `pip freeze` result (prophet is installed in version 1.0.1) ``` [...] progress==1.6 prompt-toolkit==3.0.28 prophet==1.0.1 psycopg2-binary==2.9.1 ptyprocess==0.7.0 pure-eval==0.2.2 [...] ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
