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


##########
scripts/in_container/configure_environment.sh:
##########
@@ -18,6 +18,7 @@
 # Script to check licences for all code. Can be started from any working 
directory
 export FILES_DIR="/files"
 export AIRFLOW_BREEZE_CONFIG_DIR="${FILES_DIR}/airflow-breeze-config"
+export 
AIRFLOW__CORE__EXECUTION_API_SERVER_URL="http://localhost:8080/execution/";

Review Comment:
   How was this workign before?
   Was there not a python file in breeze that otherwise is setting-up the ENV? 
(dev/breeze/src/airflow_breeze/params/shell_params.py:498)



-- 
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