uranusjr commented on pull request #18924: URL: https://github.com/apache/airflow/pull/18924#issuecomment-945874974
Either `dag_id_pattern` or `dag_id_ilike` would work for me. I prefer `pattern` slightly since `ilike` is kind of leaking the database internals into the interface, but I guess that's already the case if we're using `%` patterns anyway, so I wouldn't object to `ilike` either. -- 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]
