Skip to content

Commit 86d70fe

Browse files
airflow-cli to depend on airflow common services (#49318)
Several airflow cli commands would fail if the airflow common dependencies are removed. Adding airflow-common-depends-on
1 parent 8480c78 commit 86d70fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airflow-core/docs/howto/docker-compose/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ services:
279279
- bash
280280
- -c
281281
- airflow
282+
depends_on:
283+
<<: *airflow-common-depends-on
282284

283285
# You can enable flower by adding "--profile flower" option e.g. docker-compose --profile flower up
284286
# or by explicitly targeted on the command line e.g. docker-compose up flower.

0 commit comments

Comments
 (0)