[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 1b0e14282d722575b80f559cbbe5dc3ae8795bbc / Ephraim Anierobi Update airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts Co-authored-by: Jed Cunningham <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/16215694335 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 87aa44cae543a9379c273148225acfede8835d78 / Ephraim Anierobi properly save dag to the db in tests Report URL: https://github.com/apache/airflow/actions/runs/16196939433 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 8713b055a87fbd47bd3f7c906bb4a31ca77e3796 / Ephraim Anierobi Mark the --run-on-latest-version as experimental Report URL: https://github.com/apache/airflow/actions/runs/16172380547 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: ff77e60dba389e78e3878ca59711ef630f0f9bda / Ephraim Anierobi Fix test by using serialized dag Report URL: https://github.com/apache/airflow/actions/runs/16009916784 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: f763da834155b5ff1b195c1faca3e2cd206affb0 / Ephraim Anierobi Only show the run on latest version button when we are on versioned bundle Report URL: https://github.com/apache/airflow/actions/runs/16001453912 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 661e02a6e769d9fea2ed38f7cdddbe8544c4bd79 / Ephraim Anierobi Add run_on_latest_version support for backfill and clear operations With this option, users are able to choose the dag version they want to run their dag/task after clearing or when running backfill. This only applies to versioned bundles as non-versioned bundles run with the latest dag version. When the user choose the run with latest version, the bundle_version associated with the dagrun is updated to the latest and the associated serialized dag version updated to the latest. Choosing not to run with latest version which is the default means that the bundle version and serialized dag version that the dag ran with initially would be used in running it again. For backfill, there's now --run-on-latest-version flag that makes it run with the latest version, otherwise it will run with the original bundle the dagrun was created with. Note that it's only useful when rerunning a dagrun using backfill. The default behaviour is using the initial bundle/version and this is intentional otherwise running backfill will fail if there was task rename in the latest version. Summary of changes: - Use SchedulerDagBag instead of DagBag for execution API - Add run_on_latest_version field to DAGRunClearBody and ClearTaskInstancesBody models - Add --run-on-latest-version CLI flag for backfill command - Update backfill.py to support running tasks with latest DAG version - Add UI checkbox for "Run with latest version" in clear dialogs - Update SchedulerDagBag to handle latest version parameter - Update API endpoints to support run_on_latest_version parameter Report URL: https://github.com/apache/airflow/actions/runs/15930186488 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: d226ad049eeab65a8420e11b30fdd1d4aff015c1 / Ephraim Anierobi Fix backfill Report URL: https://github.com/apache/airflow/actions/runs/15925922519 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 5537239020ad6bab3eba76f635ac902237548923 / Ephraim Anierobi Non-versioned bundle should always run with latest version Report URL: https://github.com/apache/airflow/actions/runs/15909395983 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 5536d10d3121afaf41270b8e18af8f9253528763 / Ephraim Anierobi fixup! fixup! Fix clearing dags of versioned bundles and allow running on previous version Report URL: https://github.com/apache/airflow/actions/runs/15907124063 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[GH] (airflow/properly-clear-ti-specific-version): Workflow run "Tests AMD" failed!
The GitHub Actions job "Tests AMD" on airflow.git/properly-clear-ti-specific-version has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy). Head commit for run: 36436730f7273212d150fd324ba98c85f67f05b8 / Ephraim Anierobi Fix clearing dags of versioned bundles and allow running on previous version Report URL: https://github.com/apache/airflow/actions/runs/15857536397 With regards, GitHub Actions via GitBox - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
