Bowrna edited a comment on issue #18849:
URL: https://github.com/apache/airflow/issues/18849#issuecomment-940384111
Sure @potiuk I will add some improvements.
One more thing I forgot to add to this issue:
To get the docker container up, I used the following command
```./breeze```
Following is the CI image information when running above command:
``` Use CI image.
Branch name: main
Docker image:
ghcr.io/apache/airflow/main/ci/python3.8
Airflow source version: 2.2.0.dev0
Python version: 3.8
Backend: mysql 5.7
```
However i got the below message when running ./breeze flags
```****************************************************************************************************
Choose backend to run for Airflow
-b, --backend BACKEND
Backend to use for tests - it determines which database is used.
One of:
sqlite mysql postgres mssql
Default: sqlite```
I expected ./breeze to start with sqlite by default but it starts with
mysql. Am I missing something?
--
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]