Skip to content

Commit

Permalink
docs: remove unnecessary comment which is replaced by a note
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Nov 5, 2023
1 parent 2efe522 commit b9bd625
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/development/airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9bd625

Please sign in to comment.