From 47b47172f331b9096a98083dfefe31d81dc79696 Mon Sep 17 00:00:00 2001 From: Adler Santos Date: Fri, 13 Aug 2021 18:20:15 -0400 Subject: [PATCH] fix: Revised Airflow DB initialization command (#141) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fa3d74d..b52712eec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This uses the `Pipfile.lock` found in the project root and installs all the deve Finally, initialize the Airflow database: ```bash -pipenv run airflow initdb +pipenv run airflow db init ``` # Building Data Pipelines