potiuk commented on code in PR #46664:
URL: https://github.com/apache/airflow/pull/46664#discussion_r1957299081
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -1149,3 +1151,36 @@ def autogenerate(
cmd = f"/opt/airflow/scripts/in_container/run_generate_migration.sh
'{message}'"
execute_command_in_shell(shell_params, project_name="db", command=cmd)
fix_ownership_using_docker()
+
+
[email protected](name="doctor", help="Troubleshoot breeze")
[email protected](
+ "--project-name",
+ help="Name of the docker-compose project to bring down. "
+ "The `docker-compose` is for legacy breeze project name and you can use "
Review Comment:
I think we can remove it from both. It's something that I added when I
changed project name and since several months passed already, we can just
remove it altogether.
--
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]