michael-s-molina commented on code in PR #22328: URL: https://github.com/apache/superset/pull/22328#discussion_r1043553821
########## superset/config.py: ########## @@ -573,11 +577,34 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: # This is merely a default EXTRA_SEQUENTIAL_COLOR_SCHEMES: List[Dict[str, Any]] = [] +# When executing Alerts & Reports or Thumbnails as the Selenium user, this defines Review Comment: Can you move this config after `# Thumbnail config (behind feature flag)` comment? -- 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]
