-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Use fab models #19121
Use fab models #19121
Conversation
a7aa815
to
3517743
Compare
3517743
to
5284cad
Compare
dbc81d9
to
548b330
Compare
@uranusjr @ashb Do either of y'all know what's up with these Google docs failing? it's the only test that keeps failing and I haven't touched providers. https://github.com/apache/airflow/runs/4019119150?check_suite_focus=true#step:7:708 |
Just a wild guess, maybe it's caused by circular imports? We moved the import in |
548b330
to
d46c325
Compare
@uranusjr Smart, that did it! |
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
d46c325
to
18451e0
Compare
Replaces almost all remaining uses of FAB naming scheme based on ViewMenu/Permission with updating naming scheme using Resource/Action/Permission