Uh oh!
There was an error while loading. Please reload this page.
Update docs README.rst to clarify --package-filter usage - #35045
Conversation
Make the --package-filter flag a bit more clear, and demonstrate that it can be used for multiple packages.
Uh oh!
There was an error while loading. Please reload this page.
potiuk
commented
Oct 19, 2023
Just realized @RNHTTR@utkarsharma2@Taragolis : We have not finished switching from |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
| "The list of short hand names can be found in --help output " | ||
| "Multiple package filters can be applied by passing the flag multiple times. " | ||
| "For example --package-filter apache-airflow --package-filter apache-airflow-providers-<provider>", |
There was a problem hiding this comment.
| "The list of short hand names can be found in --help output " | |
| "Multiple package filters can be applied by passing the flag multiple times. " | |
| "For example --package-filter apache-airflow --package-filter apache-airflow-providers-<provider>", | |
| "The list of short hand names can be found in --help output " | |
| "Multiple package filters can be applied by passing the flag multiple times. " | |
| "For example --package-filter apache-airflow --package-filter apache-airflow-providers-<provider>. " | |
| "You can also specify glob-pattern. For example --package-filter '*providers*'." , |
potiuk
commented
Dec 10, 2023
Approved - proposed one NIT: improvement ( |
amoghrajesh
left a comment
There was a problem hiding this comment.
LGTM +1
Test needs fixing
RNHTTR
commented
Jan 2, 2024
Closed by: #36287 |
Make the --package-filter flag a bit more clear, and demonstrate that it can be used for multiple packages.