Airflow Tutorial Repository for learning how to use Apache Airflow Setting up the environment After cloning the repository, enter the following commands in the terminal: docker compose up airflow-init This will install Airflow. To run it, simply use the following command: docker compose up