Skip to content

jfallt/dags-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container for Airflow

Description

This container allows easy passing of python dtypes from airflow to docker.

  • Utils are reusable "building blocks" (i.e. uploading files to S3)
  • .py files in src are built from a number of utils

Project Structure

.
├── entrypoint          <- This is where any command from a DAG is passed to (app.py)
├── src                 <- Source code for this project. The .py files at this level are called from our DAGs.
│   └── utils           <- shared utils
├── tests               <- Unit tests
│   └── test_files      <- files needed for unit tests
└── utilities      

About

python entrypoint for modular, monlithic container development

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages