Mzhussiyev opened a new issue, #46687:
URL: https://github.com/apache/airflow/issues/46687

   ### Apache Airflow version
   
   2.10.5
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   I updated Airflow to 2.10.5v (previous 2.9.3) and having problems with 
disappearing DAGs from UI.
   Same issue discussion I found here #42111 , which seems like should had been 
resolved in version 2.10.2
   
   But in my case I don't see any "Dag A is missing and will be deactivated" in 
scheduler logs. 
   The DAG list in UI is just empty, but I can open DAGs through the dataset 
tab, DAG runs or DAGs in failed or running state (could trigger them via API).
   
   All DAGs are serialized and exists in `serialized_dag` table in Postgres 
meta DB, and `airflow dags list` cli command returns right result.
   
   ### What you think should happen instead?
   
   all DAGs should be listed and visible in the UI
   
   ### How to reproduce
   
   I'm building own docker image on top of 
`apache/airflow:slim-2.10.5-python3.11` as base image and using the constraints 
listed below and `docker-compose` to handle each service `postgres_meta_db, 
init, webserver, scheduler` separately
   
   ### Operating System
   
   Ubuntu 24.04.1 LTS
   
   ### Versions of Apache Airflow Providers
   
   
   I use next constraint list generated via 'eager-upgrade' mechanism of PIP.
   
   ConfigUpdater==3.2
   Deprecated==1.2.18
   Flask-AppBuilder==4.5.3
   Flask-Babel==2.0.0
   Flask-Caching==2.3.0
   Flask-JWT-Extended==4.7.1
   Flask-Limiter==3.10.1
   Flask-Login==0.6.3
   Flask-SQLAlchemy==2.5.1
   Flask-Session==0.5.0
   Flask-WTF==1.2.2
   Flask==2.2.5
   Jinja2==3.1.5
   Mako==1.3.9
   MarkupSafe==3.0.2
   PyAthena==3.12.2
   PyJWT==2.10.1
   PyNaCl==1.5.0
   PyYAML==6.0.2
   Pygments==2.19.1
   SQLAlchemy-JSONField==1.0.2
   SQLAlchemy-Utils==0.41.2
   SQLAlchemy==1.4.54
   WTForms==3.2.1
   Werkzeug==2.2.3
   agate==1.9.1
   aiohappyeyeballs==2.4.6
   aiohttp==3.11.12
   aiosignal==1.3.2
   aiosqlite==0.21.0
   alembic==1.14.1
   annotated-types==0.7.0
   anyio==4.8.0
   apache-airflow-providers-amazon==9.2.0
   apache-airflow-providers-common-compat==1.3.0
   apache-airflow-providers-common-io==1.5.0
   apache-airflow-providers-common-sql==1.21.0
   apache-airflow-providers-fab==1.5.3
   apache-airflow-providers-ftp==3.12.0
   apache-airflow-providers-http==5.0.0
   apache-airflow-providers-imap==3.8.0
   apache-airflow-providers-mongo==5.0.0
   apache-airflow-providers-postgres==6.0.0
   apache-airflow-providers-sftp==5.0.0
   apache-airflow-providers-smtp==1.9.0
   apache-airflow-providers-sqlite==4.0.0
   apache-airflow-providers-ssh==4.0.0
   apache-airflow==2.10.5
   apispec==6.8.1
   argcomplete==3.5.3
   asgiref==3.8.1
   asn1crypto==1.5.1
   asyncpg==0.30.0
   asyncssh==2.19.0
   attrs==25.1.0
   babel==2.17.0
   bcrypt==4.2.1
   beautifulsoup4==4.13.3
   black==25.1.0
   blinker==1.9.0
   boto3==1.36.18
   botocore==1.36.18
   cachelib==0.9.0
   certifi==2025.1.31
   cffi==1.17.1
   cfgv==3.4.0
   charset-normalizer==3.4.1
   click==8.1.8
   clickclick==20.10.2
   colorama==0.4.6
   colorlog==6.9.0
   connexion==2.14.2
   cron-descriptor==1.4.5
   croniter==6.0.0
   cryptography==44.0.1
   daff==1.3.46
   dbt-adapters==1.14.0
   dbt-common==1.14.0
   dbt-core==1.9.2
   dbt-extractor==0.5.1
   dbt-semantic-interfaces==0.7.4
   deepdiff==7.0.1
   dependency-groups==1.3.0
   dill==0.3.2
   distlib==0.3.9
   dnspython==2.7.0
   email_validator==2.2.0
   filelock==3.17.0
   flake8==7.1.1
   freezegun==1.5.1
   frozenlist==1.5.0
   fsspec==2025.2.0
   google-re2==1.1.20240702
   googleapis-common-protos==1.66.0
   greenlet==3.1.1
   grpcio==1.70.0
   gunicorn==23.0.0
   h11==0.14.0
   httpcore==1.0.7
   httpx==0.28.1
   identify==2.6.7
   idna==3.10
   importlib-metadata==6.11.0
   inflection==0.5.1
   iniconfig==2.0.0
   isodate==0.6.1
   itsdangerous==2.2.0
   jmespath==1.0.1
   jsonpath-ng==1.7.0
   jsonschema-specifications==2024.10.1
   jsonschema==4.23.0
   lazy-object-proxy==1.10.0
   leather==0.4.0
   limits==4.0.1
   linkify-it-py==2.0.3
   lockfile==0.12.2
   lxml==5.3.1
   markdown-it-py==3.0.0
   marshmallow-oneofschema==3.1.1
   marshmallow-sqlalchemy==0.28.2
   marshmallow==3.26.1
   mashumaro==3.14
   mccabe==0.7.0
   mdit-py-plugins==0.4.2
   mdurl==0.1.2
   methodtools==0.4.7
   more-itertools==10.6.0
   msgpack==1.1.0
   multidict==6.1.0
   mypy-extensions==1.0.0
   networkx==3.4.2
   nodeenv==1.9.1
   nox==2025.2.9
   numpy==2.2.2
   opentelemetry-api==1.30.0
   opentelemetry-exporter-otlp-proto-common==1.30.0
   opentelemetry-exporter-otlp-proto-grpc==1.30.0
   opentelemetry-exporter-otlp-proto-http==1.30.0
   opentelemetry-exporter-otlp==1.30.0
   opentelemetry-proto==1.30.0
   opentelemetry-sdk==1.30.0
   opentelemetry-semantic-conventions==0.51b0
   ordered-set==4.1.0
   packaging==24.2
   pandas==2.2.3
   paramiko==3.5.1
   parsedatetime==2.6
   pathspec==0.12.1
   pendulum==3.0.0
   platformdirs==4.3.6
   pluggy==1.5.0
   ply==3.11
   pre_commit==4.1.0
   prison==0.2.1
   propcache==0.2.1
   protobuf==5.29.3
   psutil==6.1.1
   psycopg2-binary==2.9.10
   pyarrow==19.0.0
   pycodestyle==2.12.1
   pycparser==2.22
   pydantic==2.10.6
   pydantic_core==2.27.2
   pyflakes==3.2.0
   pymongo==4.11.1
   pytest-subtests==0.14.1
   pytest==8.3.4
   python-daemon==3.1.2
   python-dateutil==2.9.0.post0
   python-nvd3==0.16.0
   python-slugify==8.0.4
   python3-saml==1.16.0
   pytimeparse==1.1.8
   pytz==2025.1
   redshift-connector==2.1.5
   referencing==0.36.2
   requests-toolbelt==1.0.0
   requests==2.32.3
   rfc3339-validator==0.1.4
   rich-argparse==1.7.0
   rich==13.9.4
   rpds-py==0.22.3
   s3transfer==0.11.2
   scramp==1.4.5
   setproctitle==1.3.4
   setuptools==75.8.0
   six==1.17.0
   sniffio==1.3.1
   snowplow-tracker==1.0.4
   soupsieve==2.6
   sqlparse==0.5.3
   sshtunnel==0.4.0
   tabulate==0.9.0
   tenacity==9.0.0
   termcolor==2.5.0
   text-unidecode==1.3
   time-machine==2.16.0
   types-requests==2.32.0.20241016
   typing_extensions==4.12.2
   tzdata==2025.1
   uc-micro-py==1.0.3
   universal_pathlib==0.2.6
   urllib3==2.3.0
   virtualenv==20.29.2
   watchtower==3.3.1
   wirerope==1.0.0
   wrapt==1.17.2
   xmlsec==1.3.14
   yarl==1.18.3
   zipp==3.21.0
   
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   First time when I build the image, with clean db volume, run the container - 
all AGs were listed in UI, but after any operation like (opening some tabs and 
back to home page) all DAGs disappeared and cannot be reached from home page. 
   But they can be reached via `Datasets`, `DAG Runs` etc.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to