-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix rendering of template fields with start from trigger #53071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eladkal
merged 80 commits into
apache:main
from
dabla:fix/templated-fields-with-start-from-trigger
Aug 22, 2025
Merged
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
498d19d
refactor: Render templated fields before starting from trigger
davidblain-infrabel 9fb1303
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 34aa1fa
refactor: Moved StartTriggerArgs from airflow-core to task-sdk so it …
davidblain-infrabel bac3be7
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 4fd077d
refactor: Import missing datetime
davidblain-infrabel 0b2ac51
refactor: Fixed import of datetime
davidblain-infrabel a68bcb0
refactor: Reformatted files
davidblain-infrabel 585d2b8
refactor: Changed import of StartTriggerArgs from new location in air…
davidblain-infrabel c43f152
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 87325dc
refactor: Moved call of render_template_fields from DagRun to defer_t…
davidblain-infrabel 42bc711
refactor: Moved call of render_template_fields from TaskInstance to e…
davidblain-infrabel 897d7c0
refactor: Do the template rendering in update_triggers of TriggerRunn…
davidblain-infrabel e09bd1b
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
davidblain-infrabel 80ed0f1
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla cf04e27
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla ed526a2
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 62b167a
refactor: Fixed imports tests
davidblain-infrabel 9399680
refactor: Fixed imports
davidblain-infrabel 9e2ef3f
refactor: Reformatted update_triggers
davidblain-infrabel 00925c6
refactor: Reformatted expand_start_trigger_args
davidblain-infrabel 5918847
refactor: Revert move of StartTriggerArgs to airflow-sdk
davidblain-infrabel 882c3ec
Revert "refactor: Revert move of StartTriggerArgs to airflow-sdk"
davidblain-infrabel 007f049
refactor: Defined StartTriggerArgs as deprecated classes in old impor…
davidblain-infrabel 50a8a91
refactor: Moved definition of StartTriggerArgs as deprecated classes …
davidblain-infrabel 8fba691
refactor: Moved import of StartTriggerArgs in type checking block
davidblain-infrabel 2e2721b
refactor: Added StartTriggerArgs in __all__
davidblain-infrabel 67f67de
Revert "refactor: Added StartTriggerArgs in __all__"
davidblain-infrabel 834a1c5
Revert "refactor: Moved definition of StartTriggerArgs as deprecated …
davidblain-infrabel c1533ac
refactor: Import StartTriggerArgs in type checking block
davidblain-infrabel 8a4e0c6
refactor: Moved definition of StartTriggerArgs as deprecated classes …
davidblain-infrabel 617adad
refactor: Fixed inner import of StartTriggerArgs in expand_start_trig…
davidblain-infrabel b14cb93
refactor: Use explicit re-export for StartTriggerArgs
davidblain-infrabel f424810
Revert "refactor: Moved definition of StartTriggerArgs as deprecated …
davidblain-infrabel acf5e84
Revert "refactor: Use explicit re-export for StartTriggerArgs"
davidblain-infrabel 74a332f
Revert "refactor: Import StartTriggerArgs in type checking block"
davidblain-infrabel 3be9e8c
refactor: Removed StartTriggerArgs from deprecated_classes and overri…
davidblain-infrabel 031b0ab
refactor: Updated warning message
davidblain-infrabel 24aeb73
refactor: Reformatted warning message
davidblain-infrabel 0d6fa17
refactor: Reformatted base
davidblain-infrabel 4c74b93
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 8648135
refactor: Reformatted getattr to not do inner import to avoid static …
davidblain-infrabel 43828ba
refactor: Try mocking DagBag for test_trigger_lifecycle
davidblain-infrabel ee59eb3
refactor: Reorganized imports
davidblain-infrabel 5feff71
refactor: Try to fix test_trigger_create_race_condition_38599
davidblain-infrabel 7b8f135
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla ec54166
refactor: Try to fix has not been assigned to a DAG yet error in test…
davidblain-infrabel d43d428
refactor: Try fixing DagRun validation errors for start_date and run_…
davidblain-infrabel 80578c2
refactor: expand_start_trigger_args method doesn't have session param…
davidblain-infrabel dd3a6ee
refactor: Try fixing remaining tests
davidblain-infrabel 59726a9
refactor: Reformatted test trigger job
davidblain-infrabel 2d8cd6c
refactor: Check if start_trigger_args is not None
davidblain-infrabel a409559
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla e29db0c
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla aaf5e91
refactor: Removed old imports
davidblain-infrabel 9efab00
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 11a9300
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla a923ed3
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 7053217
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla a863b8f
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 424164b
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla b3d22d6
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 14045f7
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 96caa21
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 8f87562
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 001138a
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla ce7d9cd
refactor: Fixed import issues
dabla 0bfcdf5
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 98692b4
refactor: Reformatted test_trigger_create_race_condition_38599
dabla ccf2027
refactor: Try to fix test_update_triggers_prevents_duplicate_creation…
dabla cf1e851
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 146d364
refactor: Reformatted test_update_triggers_prevents_duplicate_creatio…
dabla bf04cb7
refactor: Added StartTriggerArgs to api.rst
dabla eeae97f
refactor: Added StartTriggerArgs in __init__.pyi
dabla 78b1030
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 66c46ef
refactor: Added lazy import for StartTriggerArgs
dabla dca31aa
refactor: Changed order in __all__ for StartTriggerArgs
dabla e9fa7f3
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
uranusjr 12ad45d
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla 3408529
refactor: Reorganized imports for MappedOperator
dabla da832ba
Merge branch 'main' into fix/templated-fields-with-start-from-trigger
dabla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.