kaxil commented on code in PR #41390:
URL: https://github.com/apache/airflow/pull/41390#discussion_r1714779581
##########
airflow/www/views.py:
##########
@@ -844,7 +844,7 @@ def index(self):
with create_session() as session:
# read orm_dags from the db
- dags_query = select(DagModel).where(~DagModel.is_subdag,
DagModel.is_active)
+ dags_query = select(DagModel).where(DagModel.is_active)
Review Comment:
The Migration Utilities could be run before upgrading to 3.x -- so the
environment would be ready for 3.0.
<img width="557" alt="image"
src="https://github.com/user-attachments/assets/56c6bc6c-5ba7-460d-b0fc-fbe58ff15a3b">
--
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]