jedcunningham commented on a change in pull request #17270:
URL: https://github.com/apache/airflow/pull/17270#discussion_r685510506
##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -181,6 +181,59 @@ and even a different python version to run your function.
This option should allow for far greater flexibility for users who wish to
keep their workflows more simple
and pythonic.
+Creating Custom TaskFlow Decorators
+-----------------------------------
+
+As of Airflow 2.3, users can now integrate custom decorators into their
provider packages and have those decorators
Review comment:
```suggestion
As of Airflow 2.2, users can now integrate custom decorators into their
provider packages and have those decorators
```
This will be in 2.2, no?
--
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]