henry3260 commented on PR #68854:
URL: https://github.com/apache/airflow/pull/68854#issuecomment-5497702059

   > Can you provide more context as to why such an endpoint is needed atm? 
(And if returning everything is needed)
   
   The core CLI command airflow providers get is already decorated with 
`@deprecated_for_airflowctl("airflowctl providers get")`, so the deprecation 
warning points users to an airflowctl command that doesn't exist yet, this PR 
adds it (part of the AIP-94 CLI migration). The full metadata is returned for 
parity with the deprecated command's --full flag, which prints the complete 
provider metadata (connection types, extra links, hooks, etc.).


-- 
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]

Reply via email to