skw0314
skw0314

Reputation: 117

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

I know Apache airflow doesn't support Windows. But I know I can also use windows using wsl. The main question is:

  1. Can I get selenium crawling or api through Apache airflow without using wsl?
  2. If #1 is impossible, is it possible using wsl??
  3. If use Apache airflow, what should be preceded?

Upvotes: 3

Views: 2568

Answers (1)

Elad Kalif
Elad Kalif

Reputation: 15979

Airflow doesn't support Windows (see Github issue)

You can however, develop on Airflow in Windows using Breeze with docker WSL 2

Upvotes: 3

Related Questions