singh-ab edited a comment on issue #12867: URL: https://github.com/apache/superset/issues/12867#issuecomment-771705491
@dpgaspar : thanks ! post pulling master the logs at-least show that the thumbnails are being generated . But still that doesn't help Screenshot : Dashboard page :  Welcome page:  Logs : ``` INFO:superset.viz:Cache key: 11eb5ff9e39cdd6459a3d788ae163481 SELECT DATE(ds) AS __timestamp, name AS name, sum(num) AS `Births` FROM birth_names INNER JOIN (SELECT name AS name__, sum(num) AS mme_inner__ FROM birth_names WHERE ds >= STR_TO_DATE('1921-02-02 00:00:00.000000', '%Y-%m-%d %H:%i:%s.%f') AND ds < STR_TO_DATE('2021-02-02 15:12:25.000000', '%Y-%m-%d %H:%i:%s.%f') GROUP BY name ORDER BY mme_inner__ DESC LIMIT 25) AS anon_1 ON name = name__ WHERE ds >= STR_TO_DATE('1921-02-02 00:00:00.000000', '%Y-%m-%d %H:%i:%s.%f') AND ds < STR_TO_DATE('2021-02-02 15:12:25.000000', '%Y-%m-%d %H:%i:%s.%f') GROUP BY name, DATE(ds) LIMIT 50000 INFO:superset.connectors.sqla.models:SELECT DATE(ds) AS __timestamp, name AS name, sum(num) AS `Births` FROM birth_names INNER JOIN (SELECT name AS name__, sum(num) AS mme_inner__ FROM birth_names WHERE ds >= STR_TO_DATE('1921-02-02 00:00:00.000000', '%Y-%m-%d %H:%i:%s.%f') AND ds < STR_TO_DATE('2021-02-02 15:12:25.000000', '%Y-%m-%d %H:%i:%s.%f') GROUP BY name ORDER BY mme_inner__ DESC LIMIT 25) AS anon_1 ON name = name__ WHERE ds >= STR_TO_DATE('1921-02-02 00:00:00.000000', '%Y-%m-%d %H:%i:%s.%f') AND ds < STR_TO_DATE('2021-02-02 15:12:25.000000', '%Y-%m-%d %H:%i:%s.%f') GROUP BY name, DATE(ds) LIMIT 50000 Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/7/ [2021-02-02 15:12:25,636: INFO/MainProcess] Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/7/ Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/6/ [2021-02-02 15:12:26,126: INFO/MainProcess] Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/6/ Caching thumbnail: b1b272c7edcbd48f7a88914cb9ee5c83 [2021-02-02 15:12:26,440: INFO/MainProcess] Caching thumbnail: b1b272c7edcbd48f7a88914cb9ee5c83 Done caching thumbnail [2021-02-02 15:12:26,453: INFO/MainProcess] Done caching thumbnail Caching thumbnail: c1a73f710926936f5b6f771ef12b6ca5 [2021-02-02 15:12:26,950: INFO/MainProcess] Caching thumbnail: c1a73f710926936f5b6f771ef12b6ca5 Done caching thumbnail [2021-02-02 15:12:26,950: INFO/MainProcess] Done caching thumbnail Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/2/ [2021-02-02 15:12:27,848: INFO/MainProcess] Taking a PNG screenshot or url http://localhost:8088/superset/dashboard/2/ Taking a PNG screenshot or url http://localhost:8088/superset/slice/57/?standalone=true [2021-02-02 15:12:27,971: INFO/MainProcess] Taking a PNG screenshot or url http://localhost:8088/superset/slice/57/?standalone=true Caching thumbnail: 32710e46c737359435c1291fff0ec7d7 [2021-02-02 15:12:28,186: INFO/MainProcess] Caching thumbnail: 32710e46c737359435c1291fff0ec7d7 Done caching thumbnail [2021-02-02 15:12:28,187: INFO/MainProcess] Done caching thumbnail Caching thumbnail: 09649fd7b0995c84b86abd5721ba69b8 [2021-02-02 15:12:29,283: INFO/MainProcess] Caching thumbnail: 09649fd7b0995c84b86abd5721ba69b8 Done caching thumbnail [2021-02-02 15:12:29,284: INFO/MainProcess] Done caching thumbnail ``` ---------------------------------------------------------------- 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]
