o-nikolas commented on code in PR #49922:
URL: https://github.com/apache/airflow/pull/49922#discussion_r2065148403
##########
Dockerfile.ci:
##########
@@ -1114,23 +1114,28 @@ function check_airflow_python_client_installation() {
python "${IN_CONTAINER_DIR}/install_airflow_python_client.py"
}
+function initialize_db() {
Review Comment:
Extracted the DB init functionality out of the start API server function (tt
was kind of an overload to have it there in the first place) and we may want to
init even if we're running on an older version of Airflow which does not have
the API server (e.g. 2.10)
--
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]