Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(cli): Add filter options to list commands#79

Merged
jlaneve merged 2 commits intomainfrom
feat/cli-list-filters
Feb 2, 2026
Merged

feat(cli): Add filter options to list commands#79
jlaneve merged 2 commits intomainfrom
feat/cli-list-filters

Conversation

@jlaneve
Copy link
Collaborator

@jlaneve jlaneve commented Feb 2, 2026

Summary

  • Add --order-by, --state, --start-date-gte, --start-date-lte to af runs list
  • Add --order-by, --tags, --dag-id-pattern, --only-active/--include-inactive, --paused/--not-paused to af dags list
  • Add --order-by, --uri-pattern to af assets list

All options validated against both Airflow 2.x and 3.x API specs.

Closes #72

Test plan

  • Verified --help shows new options for all commands
  • Tested filters against live Airflow 3.x instance
  • All 198 unit tests pass

🤖 Generated with Claude Code

jlaneve and others added 2 commits February 2, 2026 12:55
Add explicit filter options to `af runs list`, `af dags list`, and
`af assets list` commands. Options validated against Airflow 2.x and 3.x
API specs.

Closes #72

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
@jlaneve jlaneve merged commit ed43632 into main Feb 2, 2026
10 checks passed
@jlaneve jlaneve deleted the feat/cli-list-filters branch February 2, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --order-by and --state filters to af runs list

2 participants