Skip to content

Style Guide

Theo edited this page May 19, 2020 · 4 revisions
  • DAGs are named using PascalCase
  • Python Classes are named using PascalCase
  • Other scripts (Python, SQL, etc) are named using snake_case
  • Python code is written using the PEP8 style referenced below: https://www.python.org/dev/peps/pep-0008/
  • Use explicit, absolute paths when possible

Clone this wiki locally