-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Executor Synchronous callback workload #61153
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
ferruzzi
merged 32 commits into
apache:main
from
aws-mwaa:ferruzzi/executor-callbacks/sync-callbacks
Feb 28, 2026
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
08fbfa0
first pass implementation of executor support for sync callbacks
seanghaeli a2186c4
Synchronous callback support for BaseExecutor, LocalExecutor, and Cel…
ferruzzi 7e17159
Create a unified WorkflowState and WorkflowKey; added mypy type hint …
ferruzzi e41698c
First batch Niko fixes
ferruzzi 6de20c8
deovercommentification of hand-off notes
ferruzzi 4722833
CI fixes and minor type-related cleanup
ferruzzi 9719607
Niko suggestions round 2 and Ci/prek fixes
ferruzzi 8aee703
CI and MyPy fixes
ferruzzi 587499a
CI and MyPy fixes
ferruzzi 47e1d76
refactor workload file locations
ferruzzi 09679f6
generalize _executor_to_tis and reuse it for all workload types
ferruzzi e637ccd
celery fixes
ferruzzi 6abf97a
fix bad merge
ferruzzi a5c7533
mypy and pydantic typing issues
ferruzzi b33e30c
rename BaseWorkloadSchema.token to BaseWorkloadSchema.identity_token
ferruzzi 9959dd3
use correct state type in callbacks
ferruzzi 1500562
revert changes to the deprecated executors
ferruzzi 8e59873
revert dropped TODO
ferruzzi 1fdc461
missed some identity_token renames in a test module
ferruzzi a298fe0
make better use of the CallbackKey type alias
ferruzzi 5edaa1d
pr fixes
ferruzzi d0af94d
fix the callback state lifecycle to match that of tasks
ferruzzi d901a84
static checks
ferruzzi 279c254
post-rebase fixes
ferruzzi 82cf839
Can't make mypy happy without modifying the hybrid executors at least…
ferruzzi ac4f31a
pydantic fixes
ferruzzi fb3927a
typo
ferruzzi f8f5dc9
rebase and docstring tweaks
ferruzzi 02f47f2
fix celery callback queue
ferruzzi 0673ea5
revert renaming token to identity_token
ferruzzi 57c83ad
whitespace fix
ferruzzi e7622f1
user-facing phrasing for Niko
ferruzzi 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
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.