【发布时间】:2021-02-20 18:42:19
【问题描述】:
根据最新版本的 Apache Airflow、Airflow 2.0+ 及其升级文档here,不支持 Python 3.9。但是,我的理解是,运行 Apache Airflow 不支持 Python 3.9,但是用 Python 3.9 编写的 .py 文件、脚本等以及构建在 Python 3.9 上的库、模块等呢? p>
我可以下载 Python 3.8 来运行 Apache Airflow,并通过 Bash Operators 运行在 Python 3.9 上运行的 Python 文件吗?
【问题讨论】: