LefterisXefteris opened a new pull request, #45170:
URL: https://github.com/apache/airflow/pull/45170
# Description
I implemented data fetching for pool slots using React Query. The data is
successfully retrieved but I need help with displaying it in the required
format.
## Current Status
- ✅ Successfully fetching pool slots data using React Query
- ✅ Basic data transformation implemented
- ⚠️ Display format needs adjustment to match design requirements
## Implementation Details
- Added usePoolServiceGetPools hook for data fetching
- Implemented data reduction to calculate total slots by type:
- running
- queued
- deferred
- scheduled
- open
## Questions/Help Needed
- Need guidance on transforming the display to match the horizontal stacked
bar design
- Looking for feedback on the current data transformation approach
--
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]