We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e3ca commit 882eed3Copy full SHA for 882eed3
dev/breeze/src/airflow_breeze/commands/developer_commands.py
@@ -598,6 +598,8 @@ def start_airflow(
598
# Otherwise default to LocalExecutor
599
executor = START_AIRFLOW_DEFAULT_ALLOWED_EXECUTOR
600
601
+ get_console().print(f"[info]Airflow will be using: {executor} to execute the tasks.")
602
+
603
platform = get_normalized_platform(platform)
604
shell_params = ShellParams(
605
airflow_constraints_location=airflow_constraints_location,
0 commit comments