noeunkim commented on code in PR #52437:
URL: https://github.com/apache/airflow/pull/52437#discussion_r2173717541


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -123,6 +123,9 @@
     "scheduled": "Scheduled"
   },
   "runId": "Run ID",
+  "runIdFilter": {

Review Comment:
   > only exact run ID match is not much of a great value
   
   I agree. If implementing complex parser is too much for now, even a simple 
regex based filter that can be applied more generally would be a good step 
forward.
   
   as you mentioned, I also see this as kind of big step for v3, so more 
feedback from different perspectives would definitely help
   
   



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

Reply via email to