Airflow on windows without docker | Airflow | Python

preview_player
Показать описание
Hi Friends,
In This Video you will see the Installtion Airflow on windows without docker, So now a days for any ETL Process Flow we run Airflow either in cloud or local server. By this video you will have a idea how to Install Airflow on windows without docker.

Please subscribe my Channel:

Join this channel to get access to perks:

Steps:
Step 1: Control Panel | Programs and Features | Turn Windows Features on or off
Enable: Windows Subsystems for Linux.
Step 2 : Install Ubuntu from windows store and restart system
Step 3 : Install and update PIP
Sudo apt-get install software-properties-common
Sudo apt-add-repository universe
Sudo apt-get update
Sudo apt-get install python-pip
Step 4 : Install Airflow
Export SLUGIFY_USES_TEXT_UNIDECODE=yes
pip install apache-airflow
Step 5 : Initialize DB
Airflow Initdb
Step 6 : Start airflow server
airflow webserver -p 8080
Step 8 : step up folder for DAG
Create folder DAG in C:drive(C:\DAG)
Step 9 : Add New DAG
Run airflow initdb

Create A Admin users:
airflow users create \
--username admin \
--password xxxx \
--firstname admin \
--lastname admin \
--role Admin \

References:

#airflow
#windows
#python
#techadvice
Рекомендации по теме
Комментарии
Автор

Awesome bro. Others are making fools by posting misleading videos

pbpb
Автор

Best Content.. Thanks a lot for the detailed explanation.

shivanikushwah
Автор

Why my python code in /mnt/c/dag not appear in DAG apache airflow, i used nano command to config but it not work

lequi
Автор

hi bro I cant see how you intialize airflow db but I gave command showing error airflow: command not found

CSE-AshikAhamedP
Автор

hii bro when i run my airflow scheduler i got an disk i/o error adn scheduler got an exception error can you you tell me why i got this type of error

sandeepjangid
Автор

airflow command not found yhi error ara
airflow db init krke bhi try kr lia

Rahul-wuig
Автор

Bro i can't login into airflow what to do in that case. Can you please give sone idea or elaborate on that. Please.

adityadevil
Автор

Database initialization is not working

satyajitrajbanshi
Автор

you skip the successful result, I run code but it does not say success or not

tommyx
Автор

Hello, Thank you for the video. I actually have one problem :- when i am trying to run "from airflow import DAG" it is saying module not found. Could you please tell me why?

suchetanadey
Автор

Need assistance with the following error:
TypeError: required field "type_ignores" missing from Module

installed Werkzeug package version 0.16 - it worked.

sgt.archdornan
Автор

you skiped the important part, step 2

tommyx
Автор

u said too much "basicly" bro, but it is not basic at all :))

giangpham-yuyr