potiuk commented on PR #22880: URL: https://github.com/apache/airflow/pull/22880#issuecomment-1094191389
> * In `config`, I got no output or a warning saying that we set Python as a backend. (Maybe I don't understand exactly how is its behavior) Good Point. We should give feedback to the user ! The idea is that when you set python version, next time you get that default python version when you do not specify any python version. I.e. . `breeze` -> Python 3.7 used by default `breeze config --python 3.8` -> python 3.8 set as default `breeze` -> Python 3.8 used > I also ran, start-airflow, and tmux session is being open on my VSC terminal, (this is so nice 👏🏼 ), my question is in the part of creating permissions (four windows). Am I doing something wrong to get that error? or I should do an extra step to have it configure it The errors are unrelated - they are also with current breeze' start-airflow - I will raise that to others as we are very close to cutting 2.3 branch I think those errors need to be fixed before. -- 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]
