-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Introduce a "cli" section in provider metadata #59805
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
Merged
potiuk
merged 31 commits into
apache:main
from
jason810496:refactor/cli/add-cli-section-get-provider-info
Jan 6, 2026
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fe3f8fc
Initial plan
Copilot 1060a30
Add CLI section to provider system - schema and core implementation
Copilot 3da06a3
Add CLI functions for Keycloak and Amazon auth managers
Copilot 31ce808
Simplify CLI schema and move functions to definition.py
Copilot 7ac980c
Add CLI latency benchmark script
jason810496 2c89d47
Final refactor for ProviderManager
jason810496 0df9207
Add CLI command definitions to provider info for Amazon, Fab, and Key…
jason810496 f59437c
Refactor CLI commands for Celery executor and add provider info section
jason810496 1b79602
Refactor Kubernetes CLI integration and add provider info section
jason810496 2244be2
Add CLI commands for Edge Worker and integrate provider info retrieval
jason810496 4cc6614
Fix CLI command definitions for Celery and Kubernetes providers
jason810496 f885027
Fix static check
jason810496 5ebab54
Refactor CLI tests with ProviderManger instead of AuthManger +
jason810496 c69aa2e
Add unit tests for Celery, Kubernetes, and Edge CLI command definitions
jason810496 85fd59e
Fix k8s, edge compat test
jason810496 94d61cf
Move cli_commands.definition to cli.definition for FAB
jason810496 b2f7509
Add prek check to avoid import heavy module in cli.definition
jason810496 63f13cc
Remove auth_manager prefix for CLI definition for AWS, FAB, and Keycloak
jason810496 863fc65
Doc: Add CLI commands directive and template for provider-level CLI c…
jason810496 97fa538
Doc: Move generate doc get_parser to .cli.definition for each provider
jason810496 82a9ea1
Doc: mention provider-level CLI in airflow-core doc
jason810496 e6c0c3f
Doc: add CLI section to provider documentation and clarify CLI comman…
jason810496 c8fd960
Improve cli_parser speed by skipping _correctness_check for AuthManager
jason810496 dc780de
Fix mypy error and import for test
jason810496 5a8f9fd
Enhance CLI warnings for missing 'cli' sections in provider info for …
jason810496 a32fa3f
Fix tests
jason810496 fb2df07
Fix list has no add attribute error
jason810496 6ee5ef7
Refactor skip_cli_test function to simplify logic and remove unnecess…
jason810496 f2e28da
Finialize compatibility test
jason810496 44b88ae
Add test for ProviderManager change
jason810496 b6eb8d4
fixup! Remove unused __future__.annotations
jason810496 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.