vikrantkumar-max commented on issue #53817: URL: https://github.com/apache/airflow/issues/53817#issuecomment-3200036973
Hi , @pierrejeambrun Thank you for the suggestion. However, removing isouter=True will not work in this case, as it would result in the asset data not being available in the UI. We need the total number of events to display information such as “X of Y assets”. Whether an event is scheduled or not is being filtered on the frontend. Therefore, retaining isouter=True is essential to ensure the UI displays the data correctly. If we remove it, the frontend will not be able to render the data as intended. <img width="1673" height="526" alt="Image" src="https://github.com/user-attachments/assets/8b20052a-2b65-435b-b6ff-7420e992270b" /> -- 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]
