pierrejeambrun commented on issue #53043: URL: https://github.com/apache/airflow/issues/53043#issuecomment-3244561127
> If someone wants to type "523" seconds. I am not sure if its going to hit queries for 5 and then 52 and then 523 by the time user completes typing into the search box. And, that I think is going to be compute intensive on DB. That part is handled by a debounce for the search box, and we should probably do the same for other inputs that might be sensitive. > data readily available and DagRun needs to be computed on the go We already have a hybrid_property for that. We should be able to query and filter transparently on that virtual column. Yes the computation will add to the query time but it's a simple one and we shouldn't notice it.(I would say). -- 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]
