From d1df473fe188c7345ee78002dbdfc6c68df002f2 Mon Sep 17 00:00:00 2001 From: Adler Santos Date: Wed, 11 Aug 2021 21:43:13 -0400 Subject: [PATCH] fix: Revised Airflow DB initialization command --- 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