craig-rueda commented on a change in pull request #8947: [thumbnails] 
thumbnails for dashboards and charts
URL: 
https://github.com/apache/incubator-superset/pull/8947#discussion_r390489408
 
 

 ##########
 File path: superset/models/dashboard.py
 ##########
 @@ -184,6 +185,22 @@ def dashboard_link(self) -> Markup:
         title = escape(self.dashboard_title or "<empty>")
         return Markup(f'<a href="{self.url}">{title}</a>')
 
+    @property
+    def unique_value(self) -> str:
 
 Review comment:
   Instead of `unique_value`, maybe call this something like `sha_sum`?

----------------------------------------------------------------
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]

Reply via email to