jason810496 commented on code in PR #59109:
URL: https://github.com/apache/airflow/pull/59109#discussion_r2594456718
##########
airflow-core/src/airflow/cli/commands/team_command.py:
##########
@@ -71,7 +70,7 @@ def team_create(args, session=NEW_SESSION):
try:
session.add(new_team)
session.commit()
- print(f"Team '{team_name}' created successfully with ID:
{new_team.id}")
+ print(f"Team '{team_name}' created successfully with ID:
{new_team.name}")
Review Comment:
```suggestion
print(f"Team '{team_name}' created successfully.")
```
--
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]