hduong-mwam commented on PR #31113: URL: https://github.com/apache/airflow/pull/31113#issuecomment-1819468029
I made this comment before I fully completed my XCom tab PR. So, I agree that probably best to keep the page refresh for DAG code as there isn't a good "event" that we can use as trigger for code refresh. Originally in my PR, I had a problem where a new *try* on the same *run* occurred (e.g., the XCom producing task is cleared) and XCom is not refetched unless the page refreshes. I fixed this by including the tryNumber in the react query key. -- 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]
