Building a Customized Linter
Checking the Default Value of default_deferrable through AST
In the previous article, I mentioned that we can only kindly ask users to add the default value of deferrable correctly. But... the fact is we can do better.
Optimizing Airflow Operators
Converting to Async with default_deferrable Config
In the article series What If...? Running Airflow Tasks without the workers, I introduced one of the new features of Airflow 2.10.0. It's time to introduce a feature in Airflow 2.7.0 (no, it's not).
Dynamic task mapping on operators that can start execution from trigger
This is not the feature you're looking for
As mentioned in the first article of this series, dynamic task mapping was not supported before this PR. However, it's now supported.
Well... partially
Serialize StartTriggerArgs
That's not how Airflow serialization works!
This article discusses the implementation details of StartTriggerArgs
, which may not interest most Airflow users. However, if you're a contributor or simply interested in how Airflow works, let's dive in.
Enhancing Airflow Task Execution with StartTriggerArgs
As mentioned in Starts Airflow task execution directly from the triggerer, the syntax of this feature will change after #39585 merged.
Gobby's Python 讀書會 - 「第十九章 成為 Python 鐵粉」的草稿
最近半年 Gobby 為了學 Python 籌備了 Python 的讀書會
找了各路的人來導讀這本精通 Python|運用簡單的套件進行現代運算
PyCon US 2024 Development Sprint
The last time I came to PyCon US. I had quite a good time during the development sprint and had a few of my PRs merged. (even though the one to CPython was later closed 🥲) So yep, I think this might be a good idea to host a development sprint for commitizen-tools. 👀