Re: [PR] Improve Dags Filter UI [airflow]

2026-01-10 Thread via GitHub


github-actions[bot] commented on PR #60346:
URL: https://github.com/apache/airflow/pull/60346#issuecomment-3733626412

   ### Backport failed to create: v3-1-test. View the failure log  Run details 

   
   
   
   Status
   Branch
   Result
   
   
   ❌
   v3-1-test
   https://github.com/apache/airflow/commit/5cadabe9d5ff2ce927d1adad8b4dde02392ff52f";>
   
   
   
   You can attempt to backport this manually by running:
   
   ```bash
   cherry_picker 5cadabe v3-1-test
   ```
   
   This should apply the commit to the v3-1-test branch and leave the commit in 
conflict state marking
   the files that need manual conflict resolution.
   
   After you have resolved the conflicts, you can continue the backport process 
by running:
   
   ```bash
   cherry_picker --continue
   ```
   


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



Re: [PR] Improve Dags Filter UI [airflow]

2026-01-10 Thread via GitHub


bbovenzi merged PR #60346:
URL: https://github.com/apache/airflow/pull/60346


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



Re: [PR] Improve Dags Filter UI [airflow]

2026-01-10 Thread via GitHub


bbovenzi commented on code in PR #60346:
URL: https://github.com/apache/airflow/pull/60346#discussion_r2678750144


##
airflow-core/src/airflow/ui/src/components/DataTable/ToggleTableDisplay.tsx:
##
@@ -34,7 +34,7 @@ export const ToggleTableDisplay = ({ display, setDisplay }: 
Props) => {
 
   

Re: [PR] Improve Dags Filter UI [airflow]

2026-01-10 Thread via GitHub


choo121600 commented on code in PR #60346:
URL: https://github.com/apache/airflow/pull/60346#discussion_r2678502759


##
airflow-core/src/airflow/ui/src/components/DataTable/ToggleTableDisplay.tsx:
##
@@ -34,7 +34,7 @@ export const ToggleTableDisplay = ({ display, setDisplay }: 
Props) => {