Setup airflow in linux
Rahul Poolanchalil
Australian PR|AML|FinCrime|Quantexa certified |AWS| Azure|Snowflake|Spark| python|scala|Airflow|Hadoop| DevOps| Kubernetes| Docker| Architect|Generative AI|ESG|SCRUM|Agile
prerequisite: python3 should be installed on your ubuntu/Mac machine.
2.????Install apache-airflow using the below command.
3.????.Setup backend DB using below command; this command will setup SQLlite DB.
4.????Now lets bring up the web url to access the airflow
5.????Create userid and password for the GUI.
airflow users create --role Admin --username admin --password admin --email XXX@gmail.com --firstname fname --lastname lname
6. Login with admin user id and password.