-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Add PoolSummary in dashboard
#49794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PoolSummary in dashboard
#49794
Conversation
3ed6020 to
2a129bf
Compare
2a129bf to
c97f0e8
Compare
c97f0e8 to
af05f0d
Compare
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice thanks, a few comments
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
da245ed to
3925e43
Compare
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks better thanks. We need to solve conflicts and do a better typing to be able to remove some hard casting and we should be good to go.
8557eb6 to
bd86ef7
Compare
|
I change the slotConfigs into array and it did help to make the type annotation much more better. Since I always got the |
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking better, just a few comments
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
Outdated
Show resolved
Hide resolved
bbovenzi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
Co-authored-by: pierrejeambrun <[email protected]>
Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: pierrejeambrun <[email protected]>
ca36ced to
7ea9a0b
Compare
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
|
Marked for 3.1 |
|
Thanks for the review! |
* feat: add `PoolSummary` in dashboard Co-authored-by: pierrejeambrun <[email protected]> * type: refine slots type annotation * fix: update `PoolSummary` Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: pierrejeambrun <[email protected]> --------- Co-authored-by: pierrejeambrun <[email protected]> Co-authored-by: Brent Bovenzi <[email protected]>
* feat: add `PoolSummary` in dashboard Co-authored-by: pierrejeambrun <[email protected]> * type: refine slots type annotation * fix: update `PoolSummary` Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: pierrejeambrun <[email protected]> --------- Co-authored-by: pierrejeambrun <[email protected]> Co-authored-by: Brent Bovenzi <[email protected]>
* feat: add `PoolSummary` in dashboard Co-authored-by: pierrejeambrun <[email protected]> * type: refine slots type annotation * fix: update `PoolSummary` Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: pierrejeambrun <[email protected]> --------- Co-authored-by: pierrejeambrun <[email protected]> Co-authored-by: Brent Bovenzi <[email protected]>
* feat: add `PoolSummary` in dashboard Co-authored-by: pierrejeambrun <[email protected]> * type: refine slots type annotation * fix: update `PoolSummary` Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: pierrejeambrun <[email protected]> --------- Co-authored-by: pierrejeambrun <[email protected]> Co-authored-by: Brent Bovenzi <[email protected]>
PoolSummary in dashboardPoolSummary in dashboard

Related Issue
closes #43328
Why
How
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.