potiuk commented on pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#issuecomment-700530503
> I did indeed. For some reason (I thought sqlite was the default. I blame
working late)
It is the default, but breeze also persistently stores a few of the
selections you've made last time (python version, database, dosckerhub user
etc._ so that you do not have to add switches every time you run it. Simply
running "breeze" will drop you to the environment you used last time.
And it prints summary of those when you enter:
```
Use CI image.
Branch name: master
Docker image:
apache/airflow:master-python3.6-ci
Airflow source version: 2.0.0.dev0
Python version: 3.6
DockerHub user: apache
DockerHub repo: airflow
Backend: sqlite
Airflow core SQL connection: sqlite:////root/airflow/airflow.db
```
Also what helps, you can run `toggle-suppress-cheatsheet` and `breeze
toggle-suppress-asciiart` to permanently disable both cheatsheet and the
asciiart and they it will only show the "environment summary" when you enter -
this is easier to see it then.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]