Skip to content

Tutorial like code for how to deploy airflow using docker and how to use the DockerOperator.

Notifications You must be signed in to change notification settings

Shawe82/airflow-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airflow-tutorial

Tutorial code for how to deploy airflow using docker and how to use the DockerOperator.

To run the example, you first have to build the image in etl-dummy. Just do

docker build -t etl-dummy ./etl-dummy

Now, you can start the Airflow instance using

docker-compose up

This should build the airflow image when you execute it the first time and also starts the airflow server. Now you should be ready to go a play around with it.

For further details, refer to my medium article.

About

Tutorial like code for how to deploy airflow using docker and how to use the DockerOperator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published