aipatr commented on issue #37774: URL: https://github.com/apache/airflow/issues/37774#issuecomment-1991096408
The current problem happens with 4 runs for me. Dr. Aniello Raffaele Patrone Lead AI Scientist Email: ***@***.******@***.***> Internet: www.piurimaging.com<http://www.piurimaging.com/> ***@***.***<https://www.linkedin.com/company/piur-imaging-gmbh> ***@***.*** <https://twitter.com/piurimaging> -------------------------- ***@***.*** piur imaging GmbH Hamburgerstr. 11/Top 7 1050 Vienna Austria From: HTErik ***@***.***> Sent: Tuesday, March 12, 2024 10:06 AM To: apache/airflow ***@***.***> Cc: Aniello Patrone ***@***.***>; Author ***@***.***> Subject: Re: [apache/airflow] After last updates tasks disappear and then reappear (Issue #37774) You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> Yes this is likely caused by #34887<https://github.com/apache/airflow/pull/34887> I don't know what should be the expected behaviour here. If dag_run_id is included in url, the base date must be adjusted to be sure that particular run is displayed. But for more recent runs where selected dag_run_id + most recent runs fits within 25 runs, one would probably rather see the more recent runs? Maybe one should change the logic so that if dag_run_id is included, invert the sort order to take the selected run_id + 25 more recent runs, instead of 25 older runs? Another solution is to clear the dag_run_id parameter after clicking start. — Reply to this email directly, view it on GitHub<https://github.com/apache/airflow/issues/37774#issuecomment-1991091782>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWSL6MSPHXF6O66WKWVMMTDYX3AO5AVCNFSM6AAAAABD6JLKCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJRGA4TCNZYGI>. You are receiving this because you authored the thread.Message ID: ***@***.***> -- 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]
