/param_dags

expirments in dynamically creating dags for different context/vendors

Primary LanguagePythonApache License 2.0Apache-2.0

Python Template Project

A template for creating python project using:

  • tox
  • pytest
  • mypy
  • setuptool
  • gnu make

to intialize:

make init-env

to test with local config:

AIRFLOW_HOME=$(pwd)/.airflow