You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/03 10:57:28 UTC

[GitHub] [airflow] syedshameersarwar opened a new issue #16238: Airflow Tree View for larger dags

syedshameersarwar opened a new issue #16238:
URL: https://github.com/apache/airflow/issues/16238


   Hi, Airflow Web UI shows nothing on tree view for larger dags (more than 100 tasks), although it's working fine for smaller dags. Anything that is needed to be configured in `airflow.cfg` to support larger dags in the UI?
   
   ![alt larger](https://user-images.githubusercontent.com/42420177/120632899-ed3e2e80-c482-11eb-8c96-40bf751377e7.png)
   
   Smaller Dag:
   
   ![alt smaller](https://user-images.githubusercontent.com/42420177/120633072-28d8f880-c483-11eb-8fad-ee3f59461894.png)
   
   
   
   
   
   **Apache Airflow version**: 2.1.0 (Celery)
   
   **Environment**: 
   
   - **Cloud provider or hardware configuration**: `AWS EC2`
   - **OS** (e.g. from /etc/os-release): `Ubuntu 18.04`
   - **Kernel** (e.g. `uname -a`): `5.4.0-1045-aws`
   - **Install tools**: `pip`
   
   **What you expected to happen**:
   It is rendering correctly on `Airflow 1.10.13 (Sequential)`
   
   ![image](https://user-images.githubusercontent.com/42420177/120633643-cf24fe00-c483-11eb-9cce-09f07be38905.png)
   
   
   **How to reproduce it**:
   Create a sample dag with `>=` 100 tasks
   
   
   **Anything else we need to know**:
   The cli command for viewing dag tree is working correctly `airflow tasks list services_data_sync --tree`
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] jdahlbaek commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
jdahlbaek commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860543201


   We're experiencing both of the above issues in the tree view. Additionally, on my mobile device, I'm unable to get the web ui to show the tree at all. On desktops, some trial and error with zooming in/out and then refreshing the page seems to help.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] raajpackt commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
raajpackt commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893193797


   Should this bug still exist in `airflow:2.1.0` ? 
   Because i am using that version and it exists. Will this be resolved in future versions?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-853781323


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-859183152


   cc @bbovenzi 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860880493


   @fjmacagno @syedshameersarwar Does this happen when the auto-refresh is on, or whenever?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893203966


   See the milestone from merged PR - it's 2.1.1, so try this one


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] syedshameersarwar commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
syedshameersarwar commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860927892


   > @fjmacagno @syedshameersarwar Does this happen when the auto-refresh is on, or whenever?
   
   Yeah, it's always the same for me, auto-refresh on or off


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] fjmacagno commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
fjmacagno commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860882166


   > @fjmacagno @syedshameersarwar Does this happen when the auto-refresh is on, or whenever?
   
   Whenever


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893204362


   Generally - you can safely upgrade to latest released version of Airflow. We are following SemVer, so there should be generally no breaking changes in 2.* seriers.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860929449


   Noted. Still looking into it.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ryanahamilton closed issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
ryanahamilton closed issue #16238:
URL: https://github.com/apache/airflow/issues/16238


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-853781323


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893203966






-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] fjmacagno commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
fjmacagno commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-858690488


   I dont know if it is the same issue, but my large dags are showing up in tree view, but unusably: 
   ![image](https://user-images.githubusercontent.com/42754983/121547021-9f648180-c9c0-11eb-8e24-982eeaa282e4.png)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893203966


   See the milestone from merged bug - it's 2.1.1, so try this one


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi edited a comment on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
bbovenzi edited a comment on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860835673


   @jdahlbaek We don't support mobile screen sizes. But let me look into the rest of these concerns and see what's going on.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ldacey commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
ldacey commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-861083311


   > I dont know if it is the same issue, but my large dags are showing up in tree view, but unusably:
   >
   
   I get this same weird (ugly) UI on tree view if I expand the number of runs from like 25 to 100 or 365 as well, it overlaps.
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893203966


   See the milestone from merged PR - it's 2.1.1, so try this one


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860835673


   @jdahlbaek We support mobile screen sizes. But let me look into the rest of these concerns and see what's going on.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] brosenkrantz commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
brosenkrantz commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-861897632


   We are also seeing an empty tree view with a large DAG on 2.1.0. It has around 60 tasks. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi removed a comment on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
bbovenzi removed a comment on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-860929449


   Noted. Still looking into it.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ryanahamilton closed issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
ryanahamilton closed issue #16238:
URL: https://github.com/apache/airflow/issues/16238


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] raajpackt commented on issue #16238: Airflow Tree View for larger dags

Posted by GitBox <gi...@apache.org>.
raajpackt commented on issue #16238:
URL: https://github.com/apache/airflow/issues/16238#issuecomment-893193797


   Should this bug still exist in `airflow:2.1.0` ? 
   Because i am using that version and it exists. Will this be resolved in future versions?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org