mikebridge commented on PR #42641:
URL: https://github.com/apache/superset/pull/42641#issuecomment-5195048870

   Addressed both CodeAnt findings in `e6184dd8ca`:
   
   - Import diagnostics run only when `CELERY_CONFIG.imports` is explicitly 
configured; an absent setting may use `include`, autodiscovery, worker 
command-line imports, or startup imports and no longer produces a false warning.
   - The `SOFT_DELETE` startup gate uses merged `DEFAULT_FEATURE_FLAGS` and 
`FEATURE_FLAGS` rather than dynamic request-time resolvers.
   - Added the absent-imports negative test, inverted the dynamic-resolver 
test, updated `UPDATING.md`, and synchronized the PR description.
   
   Verification: 16 retention-warning tests pass; MyPy, affected-file 
pre-commit, and the repository-wide checks pass with only the previously 
documented unrelated frontend formatter skip.


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