Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix behavior of _ when searching for DAGs #27448

Merged
merged 3 commits into from
Nov 1, 2022

Commits on Nov 1, 2022

  1. Fix behavior of _ when searching for DAGs

    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.
    jedcunningham committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f9c03da View commit details
    Browse the repository at this point in the history
  2. Update airflow/www/views.py

    Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
    jedcunningham and ashb committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b9b5f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6472b48 View commit details
    Browse the repository at this point in the history