Probably the most random section, where I detail projects or things I’ve worked on, be it private systems (with proper approval and clearance, and discretion) or open source projects.
ClickHouse Schema Management in Python
Every ClickHouse migration tool I found makes you hand-write the DDL or learn a separate schema language. I wanted to declare MergeTree specifics in the models I already had, so I built that. Here is what it looks like, and where the other tools still win.