You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 17:57:52 UTC

[GitHub] [airflow] jedcunningham opened a new pull request, #27448: Fix behavior of `_` when searching for DAGs

jedcunningham opened a new pull request, #27448:
URL: https://github.com/apache/airflow/pull/27448

   On the homepage, when you search for DAGs, `_` wasn't behaving as most people might expect since it is a single character wildcard in SQL. We will automatically escape it now.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ashb commented on pull request #27448: Fix behavior of `_` when searching for DAGs

Posted by GitBox <gi...@apache.org>.
ashb commented on PR #27448:
URL: https://github.com/apache/airflow/pull/27448#issuecomment-1298929918

   Hmmm, there's _something_ built in to SQLA for this https://docs.sqlalchemy.org/en/14/orm/internals.html#sqlalchemy.orm.PropComparator.like.params.escape


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] jedcunningham merged pull request #27448: Fix behavior of `_` when searching for DAGs

Posted by GitBox <gi...@apache.org>.
jedcunningham merged PR #27448:
URL: https://github.com/apache/airflow/pull/27448


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org