deepujain commented on PR #64375:
URL: https://github.com/apache/airflow/pull/64375#issuecomment-4151823570
Validation update on `v2-11-test` after rerunning with Docker/Colima
available:
- I installed Breeze from this branch with `uv tool install -e ./dev/breeze
--force`.
- I verified the branch-specific fix is in the 2.11 paths:
- `airflow/providers/fab/auth_manager/cli_commands/user_command.py`
- `tests/providers/fab/auth_manager/cli_commands/test_user_command.py`
- File-level checks passed:
- `ruff check
airflow/providers/fab/auth_manager/cli_commands/user_command.py
tests/providers/fab/auth_manager/cli_commands/test_user_command.py`
- `ruff format --check
airflow/providers/fab/auth_manager/cli_commands/user_command.py
tests/providers/fab/auth_manager/cli_commands/test_user_command.py`
Real-environment proof in the `v2-11-test` Breeze environment:
- `breeze start-airflow --answer yes --backend sqlite --db-reset
--skip-assets-compilation --use-uv --python 3.10` now starts successfully on
this branch.
- I then ran the actual CLI flow inside Breeze with:
- `breeze shell --answer yes --backend sqlite --db-reset --use-uv --python
3.10 --tty disabled "airflow users create --role Admin --username demo_admin
--firstname Demo --lastname Admin --email [email protected] --password
'TempPass123!' && airflow users reset-password --username demo_admin --password
'ResetPass456!'"`\n- Result from that run:\n - `User "demo_admin" created with
role "Admin"`\n - `User "demo_admin" password reset successfully`\n\nSo this
has now been re-done on the correct target branch and validated in a real
Breeze 2.11 environment.
--
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]