andreahlert commented on code in PR #61615:
URL: https://github.com/apache/airflow/pull/61615#discussion_r2779125773


##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -121,6 +121,8 @@ function environment_initialization() {
         echo "  * ${COLOR_BLUE}Airflow backend:${COLOR_RESET} MySQL: 
${MYSQL_VERSION}"
     elif [[ ${BACKEND=} == "sqlite" ]]; then
         echo "  * ${COLOR_BLUE}Airflow backend:${COLOR_RESET} Sqlite"
+    elif [[ ${BACKEND=} == "custom" ]]; then
+        echo "  * ${COLOR_BLUE}Airflow backend:${COLOR_RESET} Custom"

Review Comment:
   Yeah, makes sense. I'll add a log line with the DB URL (password masked) so 
it's clear what Breeze is connecting to.



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