From b9bd6252fa4eb7fe4e62fcb59c8825854993182b Mon Sep 17 00:00:00 2001 From: Kirill Tsukanov Date: Thu, 2 Nov 2023 19:01:37 +0000 Subject: [PATCH] docs: remove unnecessary comment which is replaced by a note --- docs/development/airflow.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/development/airflow.md b/docs/development/airflow.md index 47754ed6c..efeb059c1 100644 --- a/docs/development/airflow.md +++ b/docs/development/airflow.md @@ -51,8 +51,6 @@ docker build . --tag extending_airflow:latest !!!note Setting Airflow user ID This command allows Airflow running inside Docker to access the credentials file which was generated earlier. -Set the user ID in the `.env` file: - ```bash USER_ID=$(id -u) sed -Ei "s|^AIRFLOW_UID=.*|AIRFLOW_UID=${USER_ID}|" .env