Skip to content

camila-marquess/airflow-manager-roles-dag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Manager DAG in Airflow

1. Description

This project was built to create an Airflow DAG that manages Airflow roles based on DAG owners.

2. Installation

You can clone this repository using the code below:

git clone https://github.com/camila-marquess/airflow-manager-roles-dag.git

Before running Airflow, make sure Docker is installed on your OS. If not, follow these steps based on your OS: Installing Docker Compose.

To start Airflow, follow the steps described in the documentation and then run:

docker-compose up -d

You can then view the Airflow UI by accessing localhost:8080 on your browser. The default login and password are: airflow.

To stop the containers, you can run:

docker-compose down

I've published a Medium article about this project. You can read it here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages