yokwejuste commented on issue #53439:
URL: https://github.com/apache/airflow/issues/53439#issuecomment-3092677188

   @zachliu, Not sure this relevant, since all working well on my end (as 
expected)!!!
   - You would not see any particular API since for some reasons
   > Frontend API calls are cached using 
[react-query](https://tanstack.com/query/latest), which allows for efficient 
data fetching and avoids unnecessary repeat requests within the same browser 
session or component lifecycle. 
   - At the start we have two particular endpoints hit for the `All` 
functionality which is cached.
   
   <img width="1085" height="472" alt="Image" 
src="https://github.com/user-attachments/assets/55e0447b-e5f7-4d91-bb1f-0786575d16a4";
 />
   
   ------------------
   Each **Frist Time** you use the `Enabled` or `Disabled` functionality, you 
get the API. Check the screenshot below after clearing off.
   
   <img width="1072" height="548" alt="Image" 
src="https://github.com/user-attachments/assets/62c2257b-d035-4fe1-af4e-24af67b39ddb";
 />
   
   -------------------
   
   <img width="1253" height="663" alt="Image" 
src="https://github.com/user-attachments/assets/90ae4ce5-2009-4207-96c9-496a4099ed95";
 />
   
   ---------------------
   Finally, Cached data is reused for subsequent queries with the same key, 
avoiding unnecessary network calls.


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

Reply via email to