Skip to content

Commit 882eed3

Browse files
authored
Adding a log to explain which executor is used in breeze (apache#47764)
1 parent a24e3ca commit 882eed3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/breeze/src/airflow_breeze/commands/developer_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ def start_airflow(
598598
# Otherwise default to LocalExecutor
599599
executor = START_AIRFLOW_DEFAULT_ALLOWED_EXECUTOR
600600

601+
get_console().print(f"[info]Airflow will be using: {executor} to execute the tasks.")
602+
601603
platform = get_normalized_platform(platform)
602604
shell_params = ShellParams(
603605
airflow_constraints_location=airflow_constraints_location,

0 commit comments

Comments
 (0)