Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Airflow
Airflow Course

## Setting the right Airflow user
As outlined in the [Apache Airflow Documentation](URL "https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html#initializing-environment"), to prevent
permission-related problems **when executing on a Linux distribution**
execute the following command prior to using docker compose:

echo -e "AIRFLOW_UID"=$(id -u) > .env

## Python packages in WSL
pip install apache-airflow

Expand Down