gopidesupavan commented on code in PR #49753:
URL: https://github.com/apache/airflow/pull/49753#discussion_r2059903321


##########
dev/breeze/src/airflow_breeze/params/shell_params.py:
##########
@@ -523,6 +523,7 @@ def env_variables_for_docker_commands(self) -> dict[str, 
str]:
         _set_var(_env, "AIRFLOW__CELERY__BROKER_URL", 
self.airflow_celery_broker_url)
         _set_var(_env, "AIRFLOW__CORE__AUTH_MANAGER", self.auth_manager_path)
         _set_var(_env, "AIRFLOW__CORE__EXECUTOR", self.executor)
+        _set_var(_env, "AIRFLOW__CORE__EXECUTION_API_SERVER_URL", 
"http://localhost:8080/execution/";)

Review Comment:
   The default is removed https://github.com/apache/airflow/pull/49747 , and 
the default base_url doesn't have any value in 
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/config_templates/config.yml#L1294
 ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to