This is the repository for the accompanying exercises to the Data Minded Academy training for Apache Airflow.
You can simply click the button below to start the exercise environment within Gitpod.
This environment will set up an Airflow instance for you to use during the exercise session. The Airflow UI will load in a new browser window once the startup is complete. You can log in to the UI using "airflow" both as username and password.
The Gitpod environment you receive will contain three folders:
- exercises
- solutions
- mount
The folder named mount will contain three sub-folders: dags, logs and plugins. These three folders will reflect the internal state of Airflow for these points, and can be used to upload DAGs or plugins into Airflow, or download log files.