Skip to content
Merged
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
6 changes: 6 additions & 0 deletions docs/contributing/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ Once you're set up with uv, you can use these helpful commands:
```bash
export AIRFLOW_HOME=$(pwd)/dev/
export AIRFLOW__CORE__LOAD_EXAMPLES=false
```

Set CONFIG_ROOT_DIR for locating DAG config files:

```bash
export CONFIG_ROOT_DIR=$AIRFLOW_HOME/dags
```

Then, run Airflow in standalone mode; the command below will create a new user (if it does not exist) and run the necessary Airflow component (webserver, scheduler and triggered):
Expand Down