ZisisFl opened a new issue #8356: Tooltip doesn't show up while hovering URL: https://github.com/apache/incubator-superset/issues/8356 I just pip upgraded Superset from version 0.28 to 0.30 and I had some issues that needed to be addressed like _Tz-aware datetime.datetime cannot be converted to datetime64 unless utc=True_ in charts that contained data from a time column defined as DATE. My database is Postgresql so I read an issue on that problem and changed utc variable value in the Viz.py file to True like this: `df[DTTM_ALIAS], utc=True, format=timestamp_format` and `dttm_col, utc=True, unit=unit, origin="unix"` Then I had Server Error 500 when I tried to open my old dashboards for which I ran `superset db upgrade` in order to solve it. Finally I got a _There was an issue fetching the favorite status of this dashboard_ message popping up when opening a dashboard, I solved it by running `superset init` before starting the server. ### Environment (please complete the following information): - superset version: `0.30.0` - python version: `python 3.6.8` - node.js version: `v8.10.0` - npm version: `3.5.2` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [y] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ y] I have reproduced the issue with at least the latest released version of superset. - [ y] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
