Skip to content

Added plugins command to airflowctl#64935

Merged
potiuk merged 2 commits intoapache:mainfrom
justinpakzad:feature/plugins-command-airflowctl
Apr 10, 2026
Merged

Added plugins command to airflowctl#64935
potiuk merged 2 commits intoapache:mainfrom
justinpakzad:feature/plugins-command-airflowctl

Conversation

@justinpakzad
Copy link
Copy Markdown
Contributor


Added a new PluginsOperations class that handles listing plugins and plugin import-errors. Created additional test cases for the new operations and added the new commands to the test_airflowctl_commands.py file. Lastly, I added "plugins" to the list of commands in the run_capture_airflowctl_help.py.

closes: #64925

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@boring-cyborg boring-cyborg bot added area:airflow-ctl area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch kind:documentation labels Apr 8, 2026
@bugraoz93 bugraoz93 added the full tests needed We need to run full set of tests for this PR to merge label Apr 9, 2026
@bugraoz93 bugraoz93 closed this Apr 9, 2026
@bugraoz93 bugraoz93 reopened this Apr 9, 2026
Copy link
Copy Markdown
Contributor

@bugraoz93 bugraoz93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for the PR! Let's see if integration tests will be happy and we can merge it :)

@justinpakzad
Copy link
Copy Markdown
Contributor Author

justinpakzad commented Apr 9, 2026

Looks good! Thanks for the PR! Let's see if integration tests will be happy and we can merge it :)

Thanks for the review! The test failures appear to be unrelated, I think there was a flaky test on main (I saw a couple of other PRs w the same failures).

@potiuk potiuk force-pushed the feature/plugins-command-airflowctl branch from 1fa7349 to 841d090 Compare April 9, 2026 21:34
@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Apr 10, 2026
@potiuk potiuk merged commit bfa22c0 into apache:main Apr 10, 2026
142 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 10, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

Backport successfully created: v3-2-test

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test PR Link

bugraoz93 pushed a commit that referenced this pull request Apr 11, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
bugraoz93 pushed a commit that referenced this pull request Apr 11, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
bugraoz93 pushed a commit that referenced this pull request Apr 11, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Added plugins command into airflowctl

* Add missing docstring to test
(cherry picked from commit bfa22c0)

Co-authored-by: Justin Pakzad <114518232+justinpakzad@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:airflow-ctl area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch full tests needed We need to run full set of tests for this PR to merge kind:documentation ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add plugins command into airflowctl via operations

3 participants