You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/12 11:15:29 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #26341: Improve 'start-airflow' experience for users and ui developers

potiuk commented on code in PR #26341:
URL: https://github.com/apache/airflow/pull/26341#discussion_r968288245


##########
dev/breeze/src/airflow_breeze/utils/docker_command_utils.py:
##########
@@ -622,23 +621,25 @@ def update_expected_environment_variables(env: Dict[str, str]) -> None:
     "BACKEND": "backend",
     "COMPOSE_FILE": "compose_files",
     "DB_RESET": 'db_reset',
+    "DEV_MODE": 'dev_mode',

Review Comment:
   I sorted the list too :)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org