talperetz / scalable-airflow-template

fast and scalable Airflow on Kubernetes Setup.
28 stars 10 forks source link

Cookiecutter setup doesn't seem to work #2

Open sihil opened 4 years ago

sihil commented 4 years ago

As per #1 I've not been able to get coockiecutter to work. Research on the error seems to imply that cookiecutter.json should be inside a subdirectory but it's not clear.

Anyway my solution has been to checkout this project and take the contents of the scalable-airflow directory and work from there which is a bit of a shame given the effort put into creating a template in the first place.

For context I'm on MacOS and using a brew installed version of cookiecutter which is:

$ cookiecutter --version
Cookiecutter 1.7.2 from /usr/local/Cellar/cookiecutter/1.7.2/libexec/lib/python3.8/site-packages (Python 3.8)
BKJackson commented 4 years ago

Same. The installation fails on the request for a fernet key. Is a fernet key really necessary?