Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
bbovenzi commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-4217183640 @rawwar Closing again. You can reopen if this still persists -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
bbovenzi closed issue #51538: Inconsistent Task Ordering between grid view and graph view. URL: https://github.com/apache/airflow/issues/51538 -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
rawwar commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-3237947773 Reopening this as I've trimmed most of the tasks in the Original dag. Its now, down to 232 tasks. I'll be sharing the minimal reproducible code in next few days -- 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]
[I] Inconsistent Task Ordering between grid view and graph view. [airflow]
atul-astronomer opened a new issue, #51538: URL: https://github.com/apache/airflow/issues/51538 ### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Inconsistent Task Ordering in the* Grid View. *The task order in the Grid view appears to be different from what we see in the Graph view. ### What you think should happen instead? _No response_ ### How to reproduce I tried replicating the issue by making complex task groups dependency but not able to replicate. But as we see in the comments, community members are also facing this issue. ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else? _No response_ ### 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vatsrahul1001 commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-3126258373 Closing this as we are not able to repro this. -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vatsrahul1001 closed issue #51538: Inconsistent Task Ordering between grid view and graph view. URL: https://github.com/apache/airflow/issues/51538 -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
phanikumv commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-3125781176 @atul-astronomer can we close this since this issue cant be reproduced? -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
atul-astronomer commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-3047344654 We are not able to replicate this issue with simpler dag and for now its only reproducible with client's dag. @rawwar has replaced all the complex operators with the EmptyOperator in client's code, and still we are not able to replicate this. We have shared the updated dag code with client and waiting for the response. -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vatsrahul1001 commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-3017890050 @atul-astronomer can you confirm on this? -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
pierrejeambrun commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2980543092 @atul-astronomer are you still experiencing this on latest main? Similarly to @vimchun are task dependencies properly set in your dag? -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vimchun commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2968214382 @bbovenzi No, I don't reproduce this issue anymore after I defined all the tasks dependencies properly. I reproduced the issue on 3.0.1 (inconsistent tasks ordering between grid view and graph view), only when some of the tasks dependencies were missing (so I don't really consider this as an issue in my case, although it worked well on 2.11.0 when those last tasks dependencies were missing). I did not find other issues mentionning that, but I think @atul-astronomer opened this issue before I opened mine on SO, so maybe it happens to other users, with other scenarios... -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
bbovenzi commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2967713003 So wait, @vimchun are you still experiencing this issue? -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
bbovenzi commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2967709739 cc: @jedcunningham if we make any changes to structure with our grid view changes, we might need to double check that topological sort is happening -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vimchun commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2963840461 @atul-astronomer I figured out I don't have this issue on 3.0.1 anymore with the appropriate bitshift operators for the tasks dependencies. I already had some of them, but I think some of them were missing. I was a bit confused because : - the 3.0.1 graph view understood without all the tasks dependencies. - the 2.11.0 graph view and grid view understood without all the tasks dependencies. Now I have the grid view matching the graph view :  https://github.com/user-attachments/assets/ebc7f8b0-9e51-4a36-9ea3-9becf28cb00a"; /> -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
phanikumv commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2958130912 Cc @pierrejeambrun @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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
atul-astronomer commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2958093455 @vimchun is it possible for you to add the simpler dag code with which we can reproduce this issue? I tried reproducing with simpler dag code but could not. -- 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]
Re: [I] Inconsistent Task Ordering between grid view and graph view. [airflow]
vimchun commented on issue #51538: URL: https://github.com/apache/airflow/issues/51538#issuecomment-2956890195 I think I have the same behavior (3.0.1) which I described on SO : https://stackoverflow.com/questions/79659430/problem-with-tasks-and-tasks-groups-order-on-the-grid-view-on-airflow-3-0-1 -- 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]
[I] Inconsistent Task Ordering between grid view and graph view. [airflow]
atul-astronomer opened a new issue, #51538: URL: https://github.com/apache/airflow/issues/51538 ### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Inconsistent Task Ordering in the* Grid View. *The task order in the Grid view appears to be different from what we see in the Graph view. https://github.com/user-attachments/assets/db517fde-a71e-4938-a8ed-845de7a63553"; /> https://github.com/user-attachments/assets/d343d5fa-f750-42c8-a012-eaf890997193"; /> ### What you think should happen instead? _No response_ ### How to reproduce I am able to reproduce with the client Dag. ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else? _No response_ ### 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]
