apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.49k stars 14.13k forks source link

The Dags Are not showing in the UI on dag search it is showing #42489

Open Amar1404 opened 1 day ago

Amar1404 commented 1 day ago

Apache Airflow version

Other Airflow 2 version (please specify below)

If "Other Airflow 2 version" selected, which one?

2.10.2

What happened?

The dags are not showing in the all view but is running and available in dag_bag and being accessed by dag_search

What you think should happen instead?

No response

How to reproduce

Upgrade to new version

Operating System

kubernetive

Versions of Apache Airflow Providers

No response

Deployment

Other 3rd-party Helm chart

Deployment details

Installed using Community Helm Chart

Anything else?

No response

Are you willing to submit PR?

Code of Conduct

Amar1404 commented 1 day ago

Dag are being parsed, checked all the logs of scheduler and dag parser, dags are running and only showing running dag in UI,or failed dag in UI, even i go to dag from dag search, but are not visible dag in all dags or active dags in web UI

eladkal commented 23 hours ago

Can you share reproduce steps?