Louis Guitton
04/01/2020, 8:25 PMgit clone --depth 1 <https://github.com/PrefectHQ/prefect.git>
cd prefect/examples
sed -i '' 's/flow.run/flow.register/g' etl.py
sed -i '' 's/flow.run/flow.register/g' spacy_nlp.py
prefect server start
python etl.py
python spacy_nlp.py
Jeremiah
python spacy_nlp.py
i had to run python -m spacy download en_core_web_sm
in order to make the model available; otherwise the last step had an error. After that, python spacy_nlp.py
ran and I see:Louis Guitton
04/02/2020, 7:33 AMJeremiah
Jeremiah
Marvin
04/02/2020, 12:39 PMLouis Guitton
04/02/2020, 5:40 PM