Oitito Blog

Um blog de anotações sobre tecnologia.

Apache Airflow

conda create --name airflowconda activate airflowconda install python3conda install python=3.7# optionalexport AIRFLOW_HOME=~/airflowpip install apache-airflowairflow initdbairflow webserver -p 8080airflow scheduler Referências https://airflow.apache.org/docs/stable/start.html