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


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json:
##########
@@ -13,7 +13,8 @@
       "active": "Active",
       "all": "All",
       "paused": "Paused"
-    }
+    },
+    "runIdPatternFilter": "Add run_id filter"

Review Comment:
   Fortunately, this is already implemented and works as you wanted
   
https://github.com/apache/airflow/blob/261d33d42dff4a8a300a4ecc8a987498122f0d8d/airflow-core/src/airflow/api_fastapi/common/parameters.py#L135
   
   - users can simply type "abc" and the backend automatically wraps it as 
"%abc%"
   - screenshot with "%2025%" was just an example. sorry for any confusion!
   - FYI: https://github.com/apache/airflow/pull/43780
   
   Wildcard support is explained in 
[here](https://github.com/apache/airflow/pull/52437/files#diff-e6e11b1dba8f7a58d9d60259a052c02bc1e5f82782c192d07cb3cf6812a9aef4):
   ```SQL LIKE expression \u2014 use `%` / `_` wildcards (e.g. `%customer_%`)```
   
   do you think still it would be helpful to add kind of tooltip in the search 
box?
   If so, I think it'd be better to move it to separate PR for better history 
management 😉



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