Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apache-airflow/howto/create-custom-decorator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks. The steps to create and register ``@task.foo`` are:

3. Register your new decorator in get_provider_info of your provider

Finally, add a key-value ``task-decortor`` to the dict returned from the provider entrypoint. This should be
Finally, add a key-value ``task-decorators`` to the dict returned from the provider entrypoint. This should be
a list with each item containing ``name`` and ``class-name`` keys. When Airflow starts, the
``ProviderManager`` class will automatically import this value and ``task.foo`` will work as a new decorator!

Expand Down