1Ninad commented on PR #62664: URL: https://github.com/apache/airflow/pull/62664#issuecomment-4010062629
> Thanks for the PR, LGTM overall. > > Could you verify that the actual behavior work with `breeze start-airflow --mount-sources providers-and-tests --auth-manager FabAuthManager` when you have a moment? > > Thank! I verified startup with FabAuthManager locally. - breeze start-airflow --mount-sources providers-and-tests --auth-manager FabAuthManager currently requires --use-airflow-version wheel|sdist in Breeze. - With --use-airflow-version wheel, I hit a local Docker mount runtime issue (/dev/null mount to airflow-core/src/airflow/__init__.py) that appears environment-specific. - breeze start-airflow --auth-manager FabAuthManager initializes correctly (DB/FAB roles/users created). -- 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]
