준호씨의 블로그

사소한 airflow PR 성공! 업그레이드 문서 정정. 본문

IT이야기

사소한 airflow PR 성공! 업그레이드 문서 정정.

준호씨 2023. 3. 20. 22:36
반응형

Airflow를 2.2.4에서 2.3.4로 업그레이드하면서 많은 삽질을 하고 있습니다. 업그레이드 작업을 할 때 업그레이드 문서를 참조하게 되는데요.

https://airflow.apache.org/docs/apache-airflow/stable/installation/upgrading.html

 

Upgrading Airflow to a newer version — Airflow Documentation

 

airflow.apache.org

 

 

문득 문서에 이상한 점이 보였습니다.

Handling migration problems > Wrong Encoding in MySQL database문서에 있는 character set/encoding을 고치는 DDL문인데요.

이게 이상했던 것은 airflow db schema에서는 size가 255가 아닌 250을 사용하고 있기 때문입니다.

 

그래서 PR을 날렸습니다. 어려운 영작은 deepl을 이용해서 해결했습니다.

 

https://github.com/apache/airflow/pull/30178

 

Correct the VARCHAR size to 250. by junho85 · Pull Request #30178 · apache/airflow

In the DDL generated by DB upgrade, VARCHAR size is 250, but in the upgrading documentation VARCHAR size is 255, so correct it. ^ Add meaningful description above Read the Pull Request Guidelines ...

github.com

 

2일 만에 approved 되고 Merge까지 되었네요. 언젠가 업그레이드 문서에 반영되어 나오겠죠?

 

반응형
Comments