Closed Idun0 closed 6 years ago
I have not had time to test this cookbook with airflow 1.10 yet.
I do know that is a known issue with airflow 1.10
https://issues.apache.org/jira/browse/AIRFLOW-3117
also discussed at length here: apache-airflow.slack.com
I will try to get a fix for this, it should be pretty simple, just add
magic_shell_environment 'SLUGIFY_USES_TEXT_UNIDECODE' do value 'yes' end
@cloneluke Thank you very much, I really appreciate it!!!
add
magic_shell_environment 'SLUGIFY_USES_TEXT_UNIDECODE' do value 'yes' end
as a resource before you call airflow cookbook, or manually set the env var to test it before you run the recipe/cookbook let me know if that works
This worked thank you
Ive been trying to bring up a clean kitchen instance for a couple days now, i was getting a setuptools issue until i was able to get past that with attribute assigning the pip_version to 18.0. But i can not seem to get past this error:
`* python_package[apache-airflow] action install[2018-10-18T15:19:20+00:00] INFO: Processing python_package[apache-airflow] action install (airflow::packages line 67)