Uh oh!
There was an error while loading. Please reload this page.
Rename fail stop dag property to fail fast - #45327
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
amoghrajesh
commented
Jan 2, 2025
@hprassad FYI, I updated your PR description to link the issue. |
Lee-W
left a comment
There was a problem hiding this comment.
Overall, I'm good with this PR, but we'll need a newsfragment for it
amoghrajesh
left a comment
There was a problem hiding this comment.
There are a couple of occurences which have been missed in tests.
Ref:
Also, needs a newsfragment addition. Example: https://github.com/apache/airflow/pull/43902/files#diff-802ca1cc091ad2e4489cfdb8cb02678d0bc42db3a6b9081859a2ee66b415b94e
amoghrajesh
commented
Jan 2, 2025
@Lee-W do we have to add this one into migration rules too? |
Lee-W
commented
Jan 2, 2025
Yes, this can be easily detected. I’ll create a PR for this later |
b92cd31 to
d108d45Comparepotiuk
commented
Jan 2, 2025
Lee-W
left a comment
There was a problem hiding this comment.
I think we'll need newsfragment for this one
hprassad
commented
Jan 3, 2025
@amoghrajesh & @Lee-W , I have added file in newsfragments folder for the PR |
Uh oh!
There was an error while loading. Please reload this page.
amoghrajesh
commented
Jan 17, 2025
@hprassad Few checks are failing. Can you please take a look and fix it? |
amoghrajesh
commented
Jan 20, 2025
2952acc to
d25c241CompareLee-W
commented
Jan 20, 2025
@amoghrajesh I just updated it. Please take a final look. Once this is merged, I'll create a ruff PR for migration rule. Thanks! |
amoghrajesh
left a comment
There was a problem hiding this comment.
One comment, otherwise looks good
Uh oh!
There was an error while loading. Please reload this page.
aed2f42 to
2fae4f2CompareAwesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
amoghrajesh
commented
Jan 21, 2025
@hprassad congratulations on your first PR merge! 🥇 |
* Renamed fail_stop DAG property to fail_fast (apache#45229) * made changes to missed occurences (apache#45229) * Renamed fail_stop DAG property to fail_fast (apache#45229) * Added newsfragments for the PR apache#45327 * docs(newsfragment): update change type and migraiton rule * ci(github-actions): fix ci typo --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
* Renamed fail_stop DAG property to fail_fast (apache#45229) * made changes to missed occurences (apache#45229) * Renamed fail_stop DAG property to fail_fast (apache#45229) * Added newsfragments for the PR apache#45327 * docs(newsfragment): update change type and migraiton rule * ci(github-actions): fix ci typo --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
* Renamed fail_stop DAG property to fail_fast (apache#45229) * made changes to missed occurences (apache#45229) * Renamed fail_stop DAG property to fail_fast (apache#45229) * Added newsfragments for the PR apache#45327 * docs(newsfragment): update change type and migraiton rule * ci(github-actions): fix ci typo --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
* Renamed fail_stop DAG property to fail_fast (apache#45229) * made changes to missed occurences (apache#45229) * Renamed fail_stop DAG property to fail_fast (apache#45229) * Added newsfragments for the PR apache#45327 * docs(newsfragment): update change type and migraiton rule * ci(github-actions): fix ci typo --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
closes: #45229
This PR renames fail_stop DAG property to fail_fast, the changes made to relevant files
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.