-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
introduce AirflowPokeFailException #40923
Closed
Closed
Conversation
This file contains 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
boring-cyborg
bot
added
area:core-operators
Operators, Sensors and hooks within Core Airflow
area:providers
provider:ftp
provider:http
provider:sftp
labels
Jul 22, 2024
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
from
July 22, 2024 03:07
d888b46
to
7cb3b24
Compare
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
4 times, most recently
from
July 22, 2024 03:46
18d5892
to
a991609
Compare
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
4 times, most recently
from
July 22, 2024 05:03
88ec4da
to
7a94eee
Compare
eladkal
requested changes
Jul 22, 2024
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.
Temporary blocking merge till we sort #40915 (comment)
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
2 times, most recently
from
July 22, 2024 05:50
f1af651
to
f849e01
Compare
eladkal
reviewed
Jul 22, 2024
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
from
July 22, 2024 19:38
fc70b37
to
acd8bbf
Compare
rebase on #40924 |
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
from
July 22, 2024 19:41
acd8bbf
to
e71e027
Compare
raphaelauv
force-pushed
the
fix_soft_fail_part_2
branch
2 times, most recently
from
July 25, 2024 16:50
5afad7f
to
7b3ef71
Compare
potiuk
force-pushed
the
fix_soft_fail_part_2
branch
from
July 26, 2024 09:54
7b3ef71
to
2b52480
Compare
potiuk
added a commit
to potiuk/airflow
that referenced
this pull request
Jul 26, 2024
…er (apache#40924)" This reverts commit ba78d54. This is needed because provider tests started to fail and this one should be combined and tested wiht apache#40923 including compatibility.
potiuk
added a commit
that referenced
this pull request
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:core-operators
Operators, Sensors and hooks within Core Airflow
area:providers
provider:ftp
provider:http
provider:sftp
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.
fix: #40787
Introduce a new exception
AirflowSensorError
AirflowPokeFailException
that is part of the exceptions check by parameterskip_policy = SkipPolicy.SKIP_ON_SOFT_ERROR.soft_fail
Only providers using at least airflow 2.10.0 can use it , so until they can use
AirflowSensorTimeout