-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Set prefix to generate correctly the FAB Auth Manager API ref #52329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set prefix to generate correctly the FAB Auth Manager API ref #52329
Conversation
…stAPI subapplication of the main one mounted in /auth
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
I would appreciate help testing this because I think work is made in the CI/CD environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Please run pre-commits, it will automatically fix the tests |
Documentation on how to run these pre-commits: https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst |
Perfect! Thanks for the guidance, I will do it during the weekend |
Yep this is good! Thank you! And congrats with your first contribution :) I hope to see other PRs from you in the future :) |
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
… ref (#52329) * set prefix to generate correctly the documentation because it is a FastAPI subapplication of the main one mounted in /auth * autogenerated openapi yaml file generated by pre-commits (cherry picked from commit 921221b) Co-authored-by: Joel Pérez Izquierdo <[email protected]>
… ref (apache#52329) * set prefix to generate correctly the documentation because it is a FastAPI subapplication of the main one mounted in /auth * autogenerated openapi yaml file generated by pre-commits (cherry picked from commit 921221b) Co-authored-by: Joel Pérez Izquierdo <[email protected]>
Set prefix to generate correctly the documentation because it is a FastAPI subapplication of the main one mounted in /auth, it will fix #52277