mik-laj commented on a change in pull request #22284:
URL: https://github.com/apache/airflow/pull/22284#discussion_r839387401
##########
File path: docs/apache-airflow/start/docker-compose.yaml
##########
@@ -49,7 +49,7 @@ x-airflow-common:
environment:
&airflow-common-env
AIRFLOW__CORE__EXECUTOR: CeleryExecutor
- AIRFLOW__CORE__SQL_ALCHEMY_CONN:
postgresql+psycopg2://airflow:airflow@postgres/airflow
Review comment:
In other words, I would like the following command to work and not
display any warnings on any version.
```
AIRFLOW_IMAGE_NAME=apache/airflow:2.2.3 docker-compose up
```
If this is not possible, we should display a message that this version is
not supported.
--
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]