https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html
https://github.com/apache/airflow
2.9.3 버전 설치 문서:
<aside> 💡
</aside>
python3 -m venv <가상환경이름>
Mac / Linux (bash):
source <가상환경이름>/bin/activate
Mac (zsh 사용 시):
source <가상환경이름>/bin/activate
⚠️ Mac 기본 터미널(zsh)에서는 경로 문제가 종종 발생하므로, VSCode 내장 터미널 사용을 권장합니다.
pip install 'apache-airflow[postgres,google]==2.9.3' \\
--constraint "<https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.11.txt>"