Apache airflow 可以在 Windows 上使用吗?应该提前做什么?

Can Apache airflow be used on Windows? What should be done in advance?

我知道 Apache airflow 不支持 Windows。但我知道我也可以使用 windows 使用 wsl。主要问题是:

  1. 我可以在不使用 wsl 的情况下通过 Apache airflow 获取 selenium 爬网或 api 吗?
  2. 如果#1 不可能,是否可以使用 wsl?
  3. 如果使用 Apache airflow,应该在什么前面?

Airflow 不支持 Windows(参见 Github issue

但是,您可以在 Windows 中使用 Breeze 和 docker WSL 2

在 Airflow 上进行开发