-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Databricks workflow automatic repair airflow3 #68358
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
Closed
Beat-Nick
wants to merge
16
commits into
apache:main
from
Beat-Nick:databricks-workflow-repair-airflow3
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b330186
init
Beat-Nick 729c868
rename cordinator, update docstring
Beat-Nick 79d9c2d
more docstring trimming
Beat-Nick 8f87d18
More cleanup
Beat-Nick c6f6956
trim LOC, reduce exceptions, hardcode grace polls
Beat-Nick 52f1644
tweak seralization test
Beat-Nick f2777fc
keep language consistent
Beat-Nick bb6b773
rename params for clarity
Beat-Nick da23363
Fix race conditions and consolidate grace poll constant
Beat-Nick 1995a18
Update rst
Beat-Nick 40550d9
rework cordinator polling for repair
Beat-Nick 8d6d13f
tweak new parameter name for simplicity
Beat-Nick 882032a
Merge branch 'apache:main' into databricks-workflow-repair-airflow3
Beat-Nick d0dc257
Unify repair poll deadline to single clock
Beat-Nick 45d91da
Update find_new_workflow_task_attempt to require a start_time
Beat-Nick b01e19c
fix test import error
Beat-Nick 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default here is described as 300s / 5 minutes, but the code default for
workflow_repair_timeoutis180(3 minutes) — see_DatabricksWorkflowRepairCoordinatorOperator.__init__(workflow_repair_timeout: int = 180). One of them should be corrected so the docs match the code.Drafted-by: Claude Code (Opus 4.8); reviewed by @moomindani before posting