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

   * feat: adding the option to add bundle version parameter on dag run trigger 
endpoint
   
   * removing code comments and adding the new parameter to the schema
   
   * feat: adding the new parameter to schema and types files
   
   * fix: fixing format and missing field in class
   
   * fix: fixing the usage of bundle version in orm dagrun creation
   
   * feat: added migration file
   
   * feat: adding unit test for bundle version parameter dagrun endpoint
   
   * fix: fixing the unit test by removing unecessary asserts
   
   * fix: removing duplicate dag version check and raising exception accordingly
   
   * fix: adding a raise exception when passing incorrect bundle version
   
   * fix: verify exception message to raise accordingly
   
   * fix: wiring to bundle version and moved to the correct version target
   
   * fix: missed adding bundle_version field in 2 unit tests response assertion
   
   * fix: adding missing bundle version field in tests
   
   * fix: handling dag and dag's tasks correctly when passing bundle version
   
   * feat: added new airflow exception to handle no dag version has found
   
   * fix: assigning run dag to dag version when only using bundle version
   
   * fix: fixing assertion equal failing
   
   * fix: removed unecessary init files after prek hook added them
   
   * fix: adding support for all the dag-level callbacks
   
   * feat: adding versioning test for bundle version parameter
   
   * fix: rebasing branch
   
   * feat: adding the option to add bundle version parameter on dag run trigger 
endpoint
   
   * removing code comments and adding the new parameter to the schema
   
   * feat: adding the new parameter to schema and types files
   
   * fix: fixing format and missing field in class
   
   * fix: fixing the usage of bundle version in orm dagrun creation
   
   * feat: added migration file
   
   * feat: adding unit test for bundle version parameter dagrun endpoint
   
   * fix: fixing the unit test by removing unecessary asserts
   
   * fix: removing duplicate dag version check and raising exception accordingly
   
   * fix: adding a raise exception when passing incorrect bundle version
   
   * fix: verify exception message to raise accordingly
   
   * fix: wiring to bundle version and moved to the correct version target
   
   * fix: missed adding bundle_version field in 2 unit tests response assertion
   
   * fix: adding missing bundle version field in tests
   
   * fix: handling dag and dag's tasks correctly when passing bundle version
   
   * feat: added new airflow exception to handle no dag version has found
   
   * fix: assigning run dag to dag version when only using bundle version
   
   * fix: fixing assertion equal failing
   
   * fix: removed unecessary init files after prek hook added them
   
   * fix: adding support for all the dag-level callbacks
   
   * fix: prek didn't updated datamodels for airflowctl
   
   * fix: adding bundle version support also in asset route, fixing execution 
api versioning, and also getting latest version of dag with bundle version
   
   * fix: duplicate import and duplicate methods
   
   * fix: remove duplicate DagVersion lookup and unintended dag swap for 
non-explicit triggers
   
   * fix: reverting uv lock due to unnecessary changes
   
   * fix: fixing test to resolve ci errors
   
   * fix: restore uv.lock to upstream/main
   
   * fix: remove double code, moving to new CalVer file, raising correct 
exception and add more callbacks support in test
   
   * fix: instead of always using latest dag using the correct dag if bundle 
version is passed
   
   * fix: missing fields in schema.json
   
   * Regenerate supervisor schema snapshot after rebase onto main
   
   The schema.json was stale: it contained legacy top-level $defs
   (DagRun, DagRunState, DagRunType, JsonValue, and nested asset
   reference types) that the generator no longer emits after upstream
   main restructured them. bundle_version also needed to land at the
   correct offset in the generated output.
   
   * fix: consolidate bundle version resolution, fix double deserialization, 
drop bundle_version from Execution API
   
   * restored provider_dependencies.json.sha256sum
   
   * Fix bundle_version overwritten by sync_dag_to_db and stale supervisor 
schema snapshot
   
   * revert accidently changes to uv.lock
   
   * Move AddPartitionDateField to 2026-06-30 version to match partition_date 
introduction timeline
   
   * Remove dead AirflowBadRequest handler and unintended execution API version 
split
   
   * Derive run context from requested bundle version on trigger
   
   * Validate partition_key and allowed_run_types against the requested bundle 
version
   
   * Revert accidental uv.lock
   
   * Regenerate private UI OpenAPI spec
   
   * Removing unnecessary callback attributes
   
   * Remove unnecessary test due to remove bundle version from execution api
   
   ---------
   (cherry picked from commit 1ce3f17906c1d2356abeb21d319ad144f016c8bd)
   
   Co-authored-by: Itay Adler <[email protected]>
   Co-authored-by: Itay Adler <[email protected]>
   Co-authored-by: Itay Adler <[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