potiuk opened a new issue, #33876:
URL: https://github.com/apache/airflow/issues/33876
### Body
The `--package-filter` while nice in theory to specify which packages to
build, has quite bad UX (lots of repetitions when specifying multiple packages,
long package names. We practically (except `--package-filter
apache-airflow-providers-*` never use the functionality of the filter with glob
patterns.
It's much more practical to use "short" package names ("apache.hdfs" rather
that `--package-filter apache-airflow-providers-apache-hdfs` and we already use
it in a few places in Breeze.
We should likely replace all the places when we use `--package-filter` with
those short names, add a special alias for `all-providers` and this should help
our users who build documentation and release manager to do their work faster
and nicer.
This would also allow to remove the separate
./dev/provider_packages/publish_provider_documentation.sh bash script that is
aimed to do somethign similar in a "hacky way".
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]