mistercrunch commented on PR #34385: URL: https://github.com/apache/superset/pull/34385#issuecomment-3137970756
Maybe there's a need for something like this in `superset/config.py` to enable more complex budgeting/gatekeeping logic: ``` def query_budget_enforcement(user, query_cost: float, optimizer_score: float) -> Boolean: return True QUERY_BUDGET_ENFORCEMENT = query_budget_enforcement ``` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org