Skip to content

kaimibk/Airflow_Docker_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coming Soon

Environment File

Create an .env under the project root, example file:

POSTGRES_USER=airflow
POSTGRES_PASSWORD=airflow
AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow
AIRFLOW__CORE__EXECUTOR=LocalExecutor
FERNET_KEY=YOUR FERNET KEY
LOAD_EX=y

About

Minimum working example of using Apache Airflow in a docker environment

Resources

Stars

Watchers

Forks

Languages