The GitHub Actions job "Tests" on airflow.git/v3-0-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7bdfa197e72e3473399757d7723c2c0607b284df / Daniel Standish 
<[email protected]>
Add bundle_version to DagRun response (#49726)

The field was missing.

Note on relationship to #49007...

In #49007 the concern was raised about the DagVersion record not pointing to 
the current bundle version when the bundle version changed but dag structure 
did not.

The user assumed that this meant the dag run was associated with the wrong 
bundle version. Adding the dag run bundle version will let the user see that 
that the associaton is correct.

Users may now see two "bundle versions" in the dag run response.  But the 
reason for this can be understood.  If the DagVersion record points to an older 
bundle version, it is because the dag structure did not change when the code 
changed.  But since the scheduler just cares about dag structure, it doesn't 
matter, and it still tells the truth -- the version of the dag version is the 
bundle version which caused that revision.

closes https://github.com/apache/airflow/issues/49007

(cherry picked from commit b70ece0ae8531cf8c692335a1eb02cba11159ab4)

Report URL: https://github.com/apache/airflow/actions/runs/14670139469

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to