github-actions[bot] opened a new pull request, #71438:
URL: https://github.com/apache/airflow/pull/71438

   * Keep Dag run execution API endpoints working for older Task SDK clients
   
   * Cover populated partition_date in Dag run version tests
   
   A converter that only dropped the field when it was null would have
   passed the previous fixtures, while still breaking 2026-04-06 clients
   on partitioned Dags. Setting a real value on one run makes both
   endpoint tests prove the field is stripped, not merely absent.
   
   * Rename team_name converter to say it handles direct DagRun responses
   
   Without the _response suffix the name reads like the nested dag_run
   converter, which is what remove_partition_date_from_dag_run further
   down actually is; matching the partition_date naming keeps the two
   converter kinds distinguishable at a glance.
   (cherry picked from commit e3671dd24e10d4962ae037f75b7c7eb10e0d6967)
   
   Co-authored-by: Henry Chen <[email protected]>


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