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

   The run_on_latest_version parameter for backfills was incorrectly
   defaulting to False in the CLI, API, and UI. This fix ensures that
   backfills default to using the latest bundle version, which is the
   intended behavior.
   
   Changes:
   - Set ARG_BACKFILL_RUN_ON_LATEST_VERSION default to True in CLI
   - Add run_on_latest_version field with default=True to BackfillPostBody API 
model
   - Update API route to use request body value instead of hardcoded True
   - Update UI form to include run_on_latest_version: true in defaultValues
   - Update tests to reflect the new default behavior
   - Refactor RunBackfillForm to reduce line count below 250 to comply with 
max-lines linting rule
   (cherry picked from commit 0224303bc68d30573d87cc141c1d246806db906f)
   
   Co-authored-by: Ephraim Anierobi <[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