Jens Scheffler
Jens Scheffler
closes: #44355 Add HTTP retry handling to Task SDK.
As per private chat... the previous link was pointing to an outdated line-numer in code. Therefore we better link to APIdoc of the class we wanted to reference.
Follow-up of #51764 As @pierrejeambrun and @bbovenzi had some feedback, this adds an accordion and limits the maximum space used, add an option to hide notes. Better like this? https://github.com/user-attachments/assets/873b1a47-68a2-4489-b9f8-daaa40fa9cf7
This PR adds a feature to Airflow that trigering user is tracked on the Dag run level. So far if you have usages where users trigger manual you needed to...
Had an excessive day checking for problems today and realized that K8sPodOperator produces a bit too much log noise in my view. I think it is okay to inform if...
### Apache Airflow version 3.0.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? In Airflow 2.7++ it was possible to directly call the trigger...
Follow-up on https://github.com/farrokhi/dnsdiag/pull/127 - as discussed @farrokhi via other PR As I was using dnsdiag the recent days I noticed that it is written in Python so I thought let's...
To improve quality of code, I am proposing to integrate pre-commit checks. These can also be checked in CI (if we set up any) With this static checks can be...