Skip to content

Commit a701c46

Browse files
committed
Docs: clarify restarting Airflow components after installing provider in Breeze
1 parent febf1fe commit a701c46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/README_RELEASE_PROVIDERS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,10 @@ After you are in Breeze:
10381038
pip install apache-airflow-providers-<provider>==<VERSION>rc<X>
10391039
```
10401040
1041-
NOTE! You should `Ctrl-C` and restart the connections to restart airflow components and make sure new
1042-
Provider distributions is used.
1041+
NOTE! After installing the provider package, restart the Airflow components so the new provider is loaded.
1042+
If you started Breeze with `breeze start-airflow`, in the terminal multiplexer (mprocs or tmux)
1043+
use the keyboard shortcuts to **stop** and then **start** each managed component:
1044+
**scheduler**, **api_server**, **triggerer**, and **dag_processor**.
10431045
10441046
### Building your own docker image
10451047

0 commit comments

Comments
 (0)