This repo was created to help you get started with Airflow, in a very simple and quick way.
- in your cmd, type 'make serve' (this will trigger the command to spin a new container with your Airflow app and this project's DAGs.)
- check http://localhost:3000/ to see your app
start building your own tasks and wrap them with your own DAGs! remember, there are multiple possible Operators that you can use. this project contains a single example, but you can find more here
The app is running using Docker image of @puckel . more information about it is available here
You can find a lot of examples for additional DAGs in the official Airflow open-source here