Uh oh!
There was an error while loading. Please reload this page.
Use a bare raise so the original exception gets propagated. - #111
Merged
Conversation
mistercrunch
commented
Jul 9, 2015
Member
I thought |
jbalogh
commented
Jul 10, 2015
ContributorAuthor
Sorry for the delay, our cluster was having a bad day. Here's a traceback with And here's a traceback with This only affects what's shown in the |
artwr
commented
Jul 10, 2015
Contributor
mistercrunch
commented
Jul 10, 2015
Member
Ok, nice. |
mistercrunch added a commit
that referenced
this pull request
Jul 10, 2015
Use a bare raise so the original exception gets propagated.
saguziel pushed a commit
to saguziel/incubator-airflow
that referenced
this pull request
Oct 31, 2017
saguziel added a commit
to saguziel/incubator-airflow
that referenced
this pull request
Oct 31, 2017
This reverts commit 9d7eff7.
saguziel pushed a commit
to saguziel/incubator-airflow
that referenced
this pull request
Oct 31, 2017
…e#111)"" (apache#114) This reverts commit f12c8da.
mobuchowski pushed a commit
to mobuchowski/airflow
that referenced
this pull request
Jan 4, 2022
…he#111) Bump python circleci Remove empty dataset on failure, clean up bq extractor Remove output schema for failing tasks, add tests, refactor airflow to share logic Fix rebase err Fix bug where big query operator creates duplicate job versions Moves the big query operator to emit run and job information after the run has completed. Also emits actual task started date as defined by the task instance. Fix bug where all runs fail if DAG fails Reports task state information for each run instead of dag state. Also: reworks the handle_callback logic to remove superfluous call to report_task for operators with extract_on_complete (BigQuery). Signed-off-by: henneberger <git@danielhenneberger.com> Signed-off-by: henneberger <git@danielhenneberger.com>
shahar1 added a commit
to shahar1/airflow
that referenced
this pull request
Jul 27, 2026
The old pattern consumed the separator character, so back-to-back references like "apache#111apache#222" lost the second one — a test case now pins the fixed behaviour. The byte-identical dead copy of ISSUE_MATCH_IN_BODY in dev/assign_cherry_picked_prs_with_milestone.py is removed so grep leads only to the live definition. Generated-by: Claude Code (Fable 5)
shahar1 added a commit
that referenced
this pull request
Jul 27, 2026
#70396) * Detect linked issues at the end of PR bodies in provider testing issue The provider testing issue generator missed linked issues when the reference was the last thing in the PR body (a common shape: "Fixes character after the number, which does not exist at end of string, so the reference was silently dropped and the release manager had to add the issue to the testing issue by hand (e.g. #53843 for the google 22.3.0rc1 issue). A negative lookahead matches the same references without needing a trailing character. * Address review: pin adjacent-reference behaviour, drop dead regex copy The old pattern consumed the separator character, so back-to-back references like "#111#222" lost the second one — a test case now pins the fixed behaviour. The byte-identical dead copy of ISSUE_MATCH_IN_BODY in dev/assign_cherry_picked_prs_with_milestone.py is removed so grep leads only to the live definition. Generated-by: Claude Code (Fable 5)
dabla pushed a commit
to dabla/airflow
that referenced
this pull request
Aug 14, 2026
apache#70396) * Detect linked issues at the end of PR bodies in provider testing issue The provider testing issue generator missed linked issues when the reference was the last thing in the PR body (a common shape: "Fixes character after the number, which does not exist at end of string, so the reference was silently dropped and the release manager had to add the issue to the testing issue by hand (e.g. apache#53843 for the google 22.3.0rc1 issue). A negative lookahead matches the same references without needing a trailing character. * Address review: pin adjacent-reference behaviour, drop dead regex copy The old pattern consumed the separator character, so back-to-back references like "apache#111apache#222" lost the second one — a test case now pins the fixed behaviour. The byte-identical dead copy of ISSUE_MATCH_IN_BODY in dev/assign_cherry_picked_prs_with_milestone.py is removed so grep leads only to the live definition. Generated-by: Claude Code (Fable 5)
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
With this change I get full stack traces in the logs. Without it the exception appears to originate from the line with
raise e.