Last active
October 30, 2018 13:27
-
-
Save ngollperrier/dfb614618db6a90f6f283f05e93a5068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export AIRFLOW_HOME=/path/to/airflow/ | |
# Obviously you will need the proper Read/Write access | |
# to this directory | |
mkdir -p ${AIRFLOW_HOME} | |
airflow initdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment