Lee-W commented on code in PR #72939:
URL: https://github.com/apache/airflow/pull/72939#discussion_r4052606635
##########
contributing-docs/23_provider_hook_migration_to_yaml.rst:
##########
@@ -109,6 +109,28 @@ supported field options, see
type: string
default: "my-project"
+Toolset metadata is defined under the separate top-level ``toolsets`` key:
+
+toolsets.external-services
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Per-module list of external services each toolset reaches, added as a sibling
of
+``python-modules`` inside a ``toolsets`` entry. Like the connection-type
+``external-services`` key above, this is intended to be surfaced as a table on
the
Review Comment:
It now says `toolsets.external-services` is not surfaced on the registry's
provider version page, and that there is no built-in Sphinx rendering for it
either — a provider that wants this table has to add its own docs page with the
`provider-toolset-services`.
--
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]