Local Environment

Create environment

  1. Install Docker

  2. You download

  3. Create a folder with struct below:

    Image

  4. Set up folder mount docker container

    Image

  5. Run docker compose

    Image

  6. Let’s navigate to our Airflow homepage http://localhost:8080/ and will prompt you to login. Please use airflow for both username and password.

    Image

    • There are a number of example dags present if enabled: AIRFLOW__CORE__LOAD_EXAMPLES: ’true’

    Image