Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jscheffl/airflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/airflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    88175f8 View commit details
    Browse the repository at this point in the history
  2. Bump happy-dom (apache#56687)

    Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.0 to 20.0.2.
    - [Release notes](https://github.com/capricorn86/happy-dom/releases)
    - [Commits](capricorn86/happy-dom@v20.0.0...v20.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: happy-dom
      dependency-version: 20.0.2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    db8f005 View commit details
    Browse the repository at this point in the history
  3. Fix KeyError when accessing retry_delay on MappedOperator without exp…

    …licit value (apache#56605)
    
      When querying the API endpoint for mapped tasks (e.g., /api/v2/dags/{dag_id}/tasks/{task_id}),
      the server returned a 500 Internal Server Error if the mapped task didn't have an explicit
      retry_delay set. The retry_delay property was using direct dictionary access which raised
      a KeyError during serialization.
    
      Changed to use .get() with the default value from SerializedBaseOperator (300 seconds)
    dheerajturaga authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    1ab5bb6 View commit details
    Browse the repository at this point in the history
Loading