PEP 2026 - Calendar versioning for Python
キング・クリムゾン
2024 年 release Python 3.13
2025 年 release Python 3.14
那 2026 年肯定是 release Python 3...
AIP-83 - Rename execution_date -> logical_date and remove unique constraint
DAG 即將走入歷史
最近要 review 幾個 AIP-83 的 pull requests
重新回來整理一下筆記
避免 review 的時候搞不清楚狀況
AIP-72 - Task Execution Interface aka Task SDK
Airflow 的 task 要支援 Python 以外的語言了!
以後 Flyte 不能再以這點嘴 Airflow 了 😆
移除照片 Exif 中的 GPSInfo
氣息遮斷 A+
最近聽了 Podcast What's on Django TV tonight? 跟 Pre-commit Hooks for Python Devs
發現了 exif-stripper 這個酷東西
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.