Code for Airflow 3.0 Tutorial
YouTube Live Workshop
Local Setup
Prerequisites
Windows users: Please use WSL and Install Ubuntu using this document. In your ubuntu terminal install the prerequisites above.
Clone and start the container as shown below:
git clone https://github.com/josephmachado/airflow-tutorial.git
cd airflow-tutorial
docker compose up -d --build
sleep 30 # wait 30 seconds for Airflow & Jupyter Notebook to start
Open Airflow at http://localhost:8080
Open JupyterLab at http://localhost:8888
Stop containers after you are done with docker compose down -v.
Help me make this tutorial better, please fill out this Feedback Form.
