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. 👀
Python package installation failure inside a CircleCI pipeline
就像上次的github actions 上遇到的
原本跑得好好的 CI pipeline 又又又死掉了
Python Table Manners 番外 - 編輯器
在最開始的規劃中,並沒有想要寫編輯器
不過半年前(可能更久以前...),朋友有建議可以寫這個主題
上次去 Taichung.py 分享也有人提問
就稍微整理我在用的編輯器
Python Table Manners - Cookiecutter 專案模板
Python Table Manners 系列 整理了各種開發 Python 專案能用到的工具們
如果每次重新開啟新專案都得重複設定的步驟就很浪費時間
所以我將它們整理成專案模板 cookiecutter-python-template
下次創立新專案的時候,只要透過這個模板就能快速產生已經設定好的空白專案
這篇文章會跟大家聊聊如何使用這個專案模板和如何建立自己的專案模板