Airflow 2.3.0: can't filter by owner if selected from dropdown #23670
Labels
affected_version:main_branch
Issues Reported for main branch
affected_version:2.3
Issues Reported for 2.3
area:UI
Related to UI/UX. For Frontend Developers.
kind:bug
This is a clearly a bug
Milestone
Apache Airflow version
2.3.0 (latest released)
What happened
On a clean install of 2.3.0, whenever I try to filter by owner, if I select it from the dropdown (which correctly detects the owner's name) it returns the following error:
DAG "ecodina" seems to be missing from DagBag.
Webserver's log:
Instead, if I write the owner's name fully and avoid selecting it from the dropdown, it works as expected since it constructs the correct URL:
my.airflow.com/home?search=ecodina
What you think should happen instead
The DAGs table should only show the selected owner's DAGs.
How to reproduce
Operating System
CentOS Linux 8
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
Installed on a conda environment, as if it was a virtualenv:
conda create -c conda-forge -n airflow python=3.9
conda activate airflow
pip install "apache-airflow[postgres]==2.3.0" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.0/constraints-3.9.txt"
Database: PostgreSQL 13
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: