-
Notifications
You must be signed in to change notification settings - Fork 177
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
on_warning_callback does not work with astronomer-cosmos==1.1.0 #549
Comments
It is also not working on version |
Hi @edgga and @marco9663 , thanks for sharing this bug! |
Since 1.1.0, the on_warning_callback functionality no longer works, it worked on 1.0.5 Closes: #549
Since 1.1.0, the on_warning_callback functionality no longer works, it worked on 1.0.5 Closes: #549
Hey @edgga and @marco9663, it seems we made three PRs to fix this issue: #556, #557, and #558 - if I had realised you were working on this, I wouldn't have spent any time on it 😂 The very good news is that the issue will undoubtedly be solved for the 1.1.2 release! 🎉 The PRs look very similar - the fix seems identical in the three of them, and what differs are the tests. Check the three PRs and vote (comment in this thread) on which test strategy you prefer and why. I suggest we merge the PR with the preferred testing strategy, WDYT? Also happy to have the three of us as co-authors if you agree. |
Hi, @marco9663 and @tatiana , I have removed the As for tests, I think @tatiana did the best job out of all of us when testing the |
Since 1.1.0, the on_warning_callback functionality no longer works, it worked on 1.0.5 Closes: #549
Since 1.1.0, the on_warning_callback functionality no longer works, it worked on 1.0.5 Closes: #549
Thanks a lot, @marco9663 and @edgga ! |
Nice catch @edgga ! |
Since 1.1.0, the `on_warning_callback` functionality no longer works. It worked on 1.0.5 Closes: #549 Closes: #545 (the fix was necessary to make the `on_warning_callback` test pass) Co-authored-by: Edgaras Navickas <[email protected]> Co-authored-by: Marco Yuen <[email protected]>
Since 1.1.0, the `on_warning_callback` functionality no longer works. It worked on 1.0.5 Closes: #549 Closes: #545 (the fix was necessary to make the `on_warning_callback` test pass) Co-authored-by: Edgaras Navickas <[email protected]> Co-authored-by: Marco Yuen <[email protected]>
The fix was released as part of astronomer-cosmos 1.1.2. Thanks a lot to @marco9663 and @edgga for fixing the issue!
There was a minor glitch while validating the release: #560, so I had to make some minor changes to the code we agreed - we should be able to "unrevert" #561 before the 1.2 release 🤞 |
Hi, just wanted to share that when using
astronomer-cosmos==1.1.0
on_warning_callback
functionality no longer works, it works on1.0.5
, and I believe this commit is at fault:c7a203a
The text was updated successfully, but these errors were encountered: