-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add FAQ entry about testing connections and "Canary" Dag #54110
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
Conversation
|
Our CI is not happy :) |
72d78f9 to
07c1739
Compare
|
@potiuk I figured out how to run static checks again 😅 we'll see if I remember again in 3 months when I do another small random PR, so I don't need to play CICD whack-a-mole |
That's easiest :) And yeah .. Whacking a few moles at times in our CI miht be tedious. Been there done that (Python 3.13) and you gave me an idea for a slide for the next TownHall meeting. |
…pache#54110) * feat: add FAQ about testing connections and canary dag * fix: static checks * fix: Static checks (cherry picked from commit 85de1fe) Co-authored-by: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com>
* feat: add FAQ about testing connections and canary dag * fix: static checks * fix: Static checks
* feat: add FAQ about testing connections and canary dag * fix: static checks * fix: Static checks
* feat: add FAQ about testing connections and canary dag * fix: static checks * fix: Static checks
Users struggle with testing connections, which is a fairly fundamental part of Airflow, so this is to hopefully help make that process easier.
This adds an item to the FAQ about making a Canary Dag which can be used to both test connections and monitor & alert on external system failures. Additionally it's another place in the docs that calls out that testing connections was disabled, and points to how to re-enable it.
relates to #47082
@eladkal & @uranusjr - you both gave comments to the prior PR. Let me know if you have any feedback.