Improve custom decorator documentation#64018
Improve custom decorator documentation#64018Topgearfanboy wants to merge 3 commits intoapache:mainfrom
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
@Topgearfanboy This PR has a few issues that need to be addressed before it can be reviewed — please see our Pull Request quality criteria. Issues found:
What to do next:
There is no rush — take your time and work at your own pace. We appreciate your contribution and are happy to wait for updates. If you have questions, feel free to ask on the Airflow Slack. |
|
Hey @potiuk I ran the tests locally and they are passing. I think it just had gotten out of sync with the official repo but i have rectified that so I think it should be good now. If I am missing something please let me know. Thanks! |
DescriptionThis PR improves the documentation for custom decorators in Apache Airflow based on issue #33167. The goal is to make the usage and behavior of custom decorators clearer and easier to understand. The changes focus on improving wording, removing ambiguity, and aligning the documentation with actual usage patterns. Changes
ImpactEnhances developer experience by making documentation more intuitive, especially for users working with DAG customization. NotesThis is an initial contribution — happy to iterate based on feedback. Partially Generated-by: Windsurf IDE |
Update the docs to better describe customer decorators as described in issue #33167
Was generative AI tooling used to co-author this PR?
Partially Generated-by: Windsurf IDE following the guidelines
{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.Note: This is my first ever PR to a public repo so if i missed any instructions please let me know. Thanks!