-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Create FAB provider and move FAB auth manager in it #35926
Merged
Merged
Changes from 17 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
9989fb1
Move files from core Airflow to FAB provider
vincbeck 7437707
Move tests
vincbeck 430c9a4
Docs
vincbeck 5a1bb6d
Pre-install FAB provider
vincbeck a88ca36
Fix `provider.yaml` file
vincbeck 280d658
Add title to doc
vincbeck d840c45
Fix circular dependency
vincbeck 246a128
Fix test
vincbeck a9a2938
Fix tests
vincbeck e030a5b
Move tests
vincbeck d609e87
Add missing tests
vincbeck de9e2de
Merge branch 'main' into vincbeck/fab_provider
vincbeck 589aabe
Mark test as DB test
vincbeck d873373
Fix documentation link
vincbeck e437097
Merge branch 'main' into vincbeck/fab_provider
vincbeck 8f99406
Revert "Pre-install FAB provider"
vincbeck b5bd539
Fix `provider.yaml` file
vincbeck 118752b
Update docs/apache-airflow-providers-fab/index.rst
vincbeck 3e2b9b7
Update docs/apache-airflow-providers-fab/index.rst
vincbeck 07aa863
Merge branch 'main' into vincbeck/fab_provider
vincbeck 02cd32c
Add `google-re` as dependency of Fab
vincbeck d9fb908
Fix doc
vincbeck a1b1746
Fix doc
vincbeck 396bf7b
Make FAB provider depends on Airflow 2.8.0
vincbeck 25d972e
Update dependencies
vincbeck 7a68ce7
Update dependencies
vincbeck 7b30f8a
Fix dependencies
vincbeck d1919ca
Remove Fab provider from Airflow 2.5 compatibility check
vincbeck c958363
Merge branch 'main' into vincbeck/fab_provider
vincbeck 49cb6c9
Bump up flask-appbuilder to 4.3.10
vincbeck baf9f79
Update airflow/providers/fab/auth_manager/security_manager/override.py
vincbeck 24848e1
Remove side effects from tests
vincbeck 1b65d43
Fix doc
vincbeck 71addbe
Revert "Revert "Pre-install FAB provider""
vincbeck b50ffa4
Add FAB as chicken-egg provider
vincbeck 2382d1a
Revert "Revert "Revert "Pre-install FAB provider"""
vincbeck 0b4a990
Add fab provider as installed provider
vincbeck 55e883c
Merge branch 'main' into vincbeck/fab_provider
vincbeck c45b7a7
Fix static check
vincbeck c45d51e
Merge branch 'main' into vincbeck/fab_provider
vincbeck 4524aab
Bump up FAB min version of Airflow to 2.9.0
vincbeck 6003e31
Revert "Bump up FAB min version of Airflow to 2.9.0"
vincbeck b0934b1
Revert "Revert "Bump up FAB min version of Airflow to 2.9.0""
vincbeck 2d707f4
Merge branch 'main' into vincbeck/fab_provider
vincbeck 80a3142
Revert "Revert "Revert "Bump up FAB min version of Airflow to 2.9.0"""
vincbeck 6d13d3e
Revert "Revert "Revert "Revert "Bump up FAB min version of Airflow to…
vincbeck 0641c57
Merge branch 'main' into vincbeck/fab_provider
vincbeck 8f1b089
Merge branch 'main' into vincbeck/fab_provider
vincbeck 83354b4
Merge branch 'main' into vincbeck/fab_provider
vincbeck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ body: | |
- docker | ||
- elasticsearch | ||
- exasol | ||
- fab | ||
- ftp | ||
- github | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
[Non-blocking] Interesting. I wonder why so many are exempt, we should maybe work on getting this list trimmed down in another PR.
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.
The issue is, very often it leads to breaking change (the method/function name needs to be changed). But still, you're right we could rename them and deprecate the others