AmoghAtreya commented on PR #42609: URL: https://github.com/apache/superset/pull/42609#issuecomment-5142852202
Just addressed the constant duplication nit in the latest commit Here's what I implemented: Removed `DEFAULT_MAX_RESAMPLE_BUCKETS` from `utils.py` and updated `resample.py` to import `MAX_RESAMPLE_BUCKETS` directly from `config.py`. Now `config.py` is the single source for the default limit, eliminating any risk of drift or circular imports. Thanks for the feedback! -- 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]
