michael-s-molina commented on code in PR #32053:
URL: https://github.com/apache/superset/pull/32053#discussion_r1937745614


##########
superset/commands/report/execute.py:
##########
@@ -300,13 +300,16 @@ def _get_screenshots(self) -> list[bytes]:
         )
         user = security_manager.find_user(username)
 
+        max_width = app.config["ALERT_REPORTS_MAX_CUSTOM_SCREENSHOT_WIDTH"]

Review Comment:
   @betodealmeida Maybe we should deprecate the 
`ALERT_REPORTS_MAX_CUSTOM_SCREENSHOT_WIDTH` feature flag to remove it in a 
major version. It seems that this feature should always be enabled in case 
alerts and reports are too. 



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

Reply via email to