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


##########
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:
   Would it make sense to print the used DB URL for confirmation here as well?



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