villebro commented on code in PR #42374: URL: https://github.com/apache/superset/pull/42374#discussion_r3646578572
########## superset_text.yml: ########## @@ -18,7 +18,8 @@ # To set the images of your preferred database, you may create a mapping here with engine and locations of the relevant images. The image can be hosted locally inside your static/file directory or online (e.g. S3). -# DB_IMAGES: +DB_IMAGES: + datafusion: "/static/assets/images/datafusion.png" Review Comment: Agree with @hainenber here, let's just add the placeholder for now: ```suggestion # DB_IMAGES: # datafusion: "/static/assets/images/datafusion.png" ``` -- 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]
