Add gitignore and update README

This commit is contained in:
Ryan Harter 2017-03-15 15:18:38 -04:00
Родитель d6261d4c98
Коммит bca1326243
2 изменённых файлов: 11 добавлений и 2 удалений

7
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,7 @@
*.pyc
.cache/
dist/
build/
*.egg-info/

Просмотреть файл

@ -1,5 +1,7 @@
# python_etl
# Firefox Telemetry Python ETL
Python ETL jobs for Firefox Telemetry to be scheduled on Airflow.
This repository is a collection of ETL jobs for Firefox Telemetry.
These will be scheduled over our instance of Airflow.
# Appendix
This project was created with [cookiecutter-python-etl](https://github.com/harterrt/cookiecutter-python-etl).