henrique opened a new issue, #32721: URL: https://github.com/apache/airflow/issues/32721
### What do you see as an issue? The page [create-custom-decorator](https://github.com/apache/airflow/blob/main/docs/apache-airflow/howto/create-custom-decorator.rst) does not describe how or where to place get_provider_info.py ### Solving the problem https://github.com/apache/airflow/blob/main/docs/apache-airflow/howto/custom-operator.rst is a better example, as it provides pointers for configuring PYTHONPATH and further link to [:doc:`/administration-and-deployment/modules_management`](https://github.com/apache/airflow/blob/main/docs/apache-airflow/howto/custom-operator.rst#id9) Unfortunately, the same tips don't work for the decorators (at least it seems not to in the standalone version), or should they? ### Anything else Thank you ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
