fitzee commented on code in PR #44034:
URL: https://github.com/apache/superset/pull/44034#discussion_r3967157958


##########
superset/utils/screenshot_utils.py:
##########
@@ -1224,6 +1342,27 @@ def _raise_if_budget_exhausted() -> None:
             log_context=log_context,
         )
 
+        if report_execution_context and contentful_tiles_captured:

Review Comment:
   Fixed in 0c283b88d8. Once contentful tiles have individually passed capture 
validation, the combined-image classification is now advisory/log-only 
(`report_capture_blank_combined_retained`) rather than a second rejection gate. 
This avoids a 1024px composite downsample overriding stronger per-tile evidence 
on tall or sparse dashboards.



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