Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: Airflow is a platform created by the community to programmatically author, schedule and monitor workflows.
Home Page: https://airflow.apache.org/
Documentation: https://airflow.apache.org/docs/
How to get started:
In the web console tab on the right side of the screen, set path for Python 3
export PATH=/usr/local/anaconda/bin:$PATH
Set Airflow home
export AIRFLOW_HOME=~/airflow
Initialize DB
airflow db init
Create admin user name
airflow users create --username admin --firstname Peter --lastname Parker --role Admin --email myself@gmail.com
Start the web server
airflow webserver --port 4050
Open the Airflow UI
http://e.cloudxlab.com:4050
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...